summaryrefslogtreecommitdiff
path: root/table/sst_file_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'table/sst_file_writer.cc')
-rw-r--r--table/sst_file_writer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/sst_file_writer.cc b/table/sst_file_writer.cc
index be3804a19..a5d08ea77 100644
--- a/table/sst_file_writer.cc
+++ b/table/sst_file_writer.cc
@@ -15,7 +15,7 @@
#include "table/sst_file_writer_collectors.h"
#include "test_util/sync_point.h"
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
const std::string ExternalSstFilePropertyNames::kVersion =
"rocksdb.external_sst_file.version";
@@ -316,4 +316,4 @@ uint64_t SstFileWriter::FileSize() {
}
#endif // !ROCKSDB_LITE
-} // namespace rocksdb
+} // namespace ROCKSDB_NAMESPACE