summaryrefslogtreecommitdiff
path: root/table/cuckoo/cuckoo_table_builder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'table/cuckoo/cuckoo_table_builder.cc')
-rw-r--r--table/cuckoo/cuckoo_table_builder.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/cuckoo/cuckoo_table_builder.cc b/table/cuckoo/cuckoo_table_builder.cc
index 626de7b31..3ddce0b6f 100644
--- a/table/cuckoo/cuckoo_table_builder.cc
+++ b/table/cuckoo/cuckoo_table_builder.cc
@@ -24,7 +24,7 @@
#include "util/random.h"
#include "util/string_util.h"
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
const std::string CuckooTablePropertyNames::kEmptyKey =
"rocksdb.cuckoo.bucket.empty.key";
const std::string CuckooTablePropertyNames::kNumHashFunc =
@@ -524,5 +524,5 @@ const char* CuckooTableBuilder::GetFileChecksumFuncName() const {
}
}
-} // namespace rocksdb
+} // namespace ROCKSDB_NAMESPACE
#endif // ROCKSDB_LITE