summaryrefslogtreecommitdiff
path: root/table/block_based/cachable_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/block_based/cachable_entry.h')
-rw-r--r--table/block_based/cachable_entry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/block_based/cachable_entry.h b/table/block_based/cachable_entry.h
index b4cd6ec67..598f1ef57 100644
--- a/table/block_based/cachable_entry.h
+++ b/table/block_based/cachable_entry.h
@@ -14,7 +14,7 @@
#include "rocksdb/cache.h"
#include "rocksdb/cleanable.h"
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
// CachableEntry is a handle to an object that may or may not be in the block
// cache. It is used in a variety of ways:
@@ -217,4 +217,4 @@ private:
bool own_value_ = false;
};
-} // namespace rocksdb
+} // namespace ROCKSDB_NAMESPACE