summaryrefslogtreecommitdiff
path: root/table/plain/plain_table_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/plain/plain_table_index.h')
-rw-r--r--table/plain/plain_table_index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/plain/plain_table_index.h b/table/plain/plain_table_index.h
index c4bb27228..86385b906 100644
--- a/table/plain/plain_table_index.h
+++ b/table/plain/plain_table_index.h
@@ -16,7 +16,7 @@
#include "options/cf_options.h"
#include "rocksdb/options.h"
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
// The file contains two classes PlainTableIndex and PlainTableIndexBuilder
// The two classes implement the index format of PlainTable.
@@ -244,6 +244,6 @@ class PlainTableIndexBuilder {
static const size_t kRecordsPerGroup = 256;
};
-}; // namespace rocksdb
+}; // namespace ROCKSDB_NAMESPACE
#endif // ROCKSDB_LITE