summaryrefslogtreecommitdiff
path: root/port/win/win_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'port/win/win_thread.cc')
-rw-r--r--port/win/win_thread.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/port/win/win_thread.cc b/port/win/win_thread.cc
index 34e54f301..74c667b54 100644
--- a/port/win/win_thread.cc
+++ b/port/win/win_thread.cc
@@ -17,7 +17,7 @@
#include <system_error>
#include <thread>
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
namespace port {
struct WindowsThread::Data {
@@ -176,4 +176,4 @@ unsigned int __stdcall WindowsThread::Data::ThreadProc(void* arg) {
return 0;
}
} // namespace port
-} // namespace rocksdb
+} // namespace ROCKSDB_NAMESPACE