summaryrefslogtreecommitdiff
path: root/monitoring/perf_context_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitoring/perf_context_imp.h')
-rw-r--r--monitoring/perf_context_imp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitoring/perf_context_imp.h b/monitoring/perf_context_imp.h
index 7bf620605..cdca27621 100644
--- a/monitoring/perf_context_imp.h
+++ b/monitoring/perf_context_imp.h
@@ -8,7 +8,7 @@
#include "rocksdb/perf_context.h"
#include "util/stop_watch.h"
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
#if defined(NPERF_CONTEXT) || !defined(ROCKSDB_SUPPORT_THREAD_LOCAL)
extern PerfContext perf_context;
#else
@@ -94,4 +94,4 @@ extern thread_local PerfContext perf_context;
#endif
-}
+} // namespace ROCKSDB_NAMESPACE