summaryrefslogtreecommitdiff
path: root/table/table_builder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'table/table_builder.cc')
-rw-r--r--table/table_builder.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/table_builder.cc b/table/table_builder.cc
index be779af38..dd51332dd 100644
--- a/table/table_builder.cc
+++ b/table/table_builder.cc
@@ -16,7 +16,7 @@
#include "util/crc32c.h"
#include "util/stop_watch.h"
-namespace leveldb {
+namespace rocksdb {
struct TableBuilder::Rep {
Options options;
@@ -324,4 +324,4 @@ uint64_t TableBuilder::FileSize() const {
return rep_->offset;
}
-} // namespace leveldb
+} // namespace rocksdb