summaryrefslogtreecommitdiff
path: root/test_util/sync_point_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'test_util/sync_point_impl.h')
-rw-r--r--test_util/sync_point_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_util/sync_point_impl.h b/test_util/sync_point_impl.h
index d96d73257..b246c0198 100644
--- a/test_util/sync_point_impl.h
+++ b/test_util/sync_point_impl.h
@@ -21,7 +21,7 @@
#pragma once
#ifndef NDEBUG
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
struct SyncPoint::Data {
Data() : enabled_(false) {}
// Enable proper deletion by subclasses
@@ -70,5 +70,5 @@ struct SyncPoint::Data {
}
void Process(const std::string& point, void* cb_arg);
};
-}
+} // namespace ROCKSDB_NAMESPACE
#endif // NDEBUG