summaryrefslogtreecommitdiff
path: root/monitoring/instrumented_mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitoring/instrumented_mutex.h')
-rw-r--r--monitoring/instrumented_mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitoring/instrumented_mutex.h b/monitoring/instrumented_mutex.h
index 83d7523ef..50c1f29c8 100644
--- a/monitoring/instrumented_mutex.h
+++ b/monitoring/instrumented_mutex.h
@@ -12,7 +12,7 @@
#include "rocksdb/thread_status.h"
#include "util/stop_watch.h"
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
class InstrumentedCondVar;
// A wrapper class for port::Mutex that provides additional layer
@@ -95,4 +95,4 @@ class InstrumentedCondVar {
int stats_code_;
};
-} // namespace rocksdb
+} // namespace ROCKSDB_NAMESPACE