summaryrefslogtreecommitdiff
path: root/memtable/skiplist.h
diff options
context:
space:
mode:
Diffstat (limited to 'memtable/skiplist.h')
-rw-r--r--memtable/skiplist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/memtable/skiplist.h b/memtable/skiplist.h
index 5edfc10b7..52818e302 100644
--- a/memtable/skiplist.h
+++ b/memtable/skiplist.h
@@ -38,7 +38,7 @@
#include "port/port.h"
#include "util/random.h"
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
template<typename Key, class Comparator>
class SkipList {
@@ -493,4 +493,4 @@ bool SkipList<Key, Comparator>::Contains(const Key& key) const {
}
}
-} // namespace rocksdb
+} // namespace ROCKSDB_NAMESPACE