]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/table/iter_heap.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / table / iter_heap.h
index f30c122722e2130a8e761de464024818c471752c..f6812fa03a0e69ccbcb6e792ec7d6105a5657aec 100644 (file)
@@ -9,7 +9,7 @@
 #include "db/dbformat.h"
 #include "table/iterator_wrapper.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 // When used with std::priority_queue, this comparison functor puts the
 // iterator with the max/largest key on top.
@@ -39,4 +39,4 @@ class MinIteratorComparator {
   const InternalKeyComparator* comparator_;
 };
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE