]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/monitoring/perf_step_timer.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / monitoring / perf_step_timer.h
index 6501bd54aba96d8ad59376fe8e032bdeca7481c2..f2d35d9d62d52fdfcdae1335f6a9af1b4c28ce46 100644 (file)
@@ -8,7 +8,7 @@
 #include "rocksdb/env.h"
 #include "util/stop_watch.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 class PerfStepTimer {
  public:
@@ -76,4 +76,4 @@ class PerfStepTimer {
   uint32_t ticker_type_;
 };
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE