summaryrefslogtreecommitdiff
path: root/table/merging_iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/merging_iterator.h')
-rw-r--r--table/merging_iterator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/merging_iterator.h b/table/merging_iterator.h
index 21ff79bf6..c4429bf58 100644
--- a/table/merging_iterator.h
+++ b/table/merging_iterator.h
@@ -12,7 +12,7 @@
#include "db/dbformat.h"
#include "rocksdb/types.h"
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
class Comparator;
class Env;
@@ -61,4 +61,4 @@ class MergeIteratorBuilder {
Arena* arena;
};
-} // namespace rocksdb
+} // namespace ROCKSDB_NAMESPACE