summaryrefslogtreecommitdiff
path: root/util/ldb_tool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/ldb_tool.cc')
-rw-r--r--util/ldb_tool.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/ldb_tool.cc b/util/ldb_tool.cc
index d04ecd972..17fd18f77 100644
--- a/util/ldb_tool.cc
+++ b/util/ldb_tool.cc
@@ -3,7 +3,7 @@
#include "rocksdb/ldb_tool.h"
#include "util/ldb_cmd.h"
-namespace leveldb {
+namespace rocksdb {
class LDBCommandRunner {
public:
@@ -96,5 +96,5 @@ public:
void LDBTool::Run(int argc, char** argv, Options options) {
LDBCommandRunner::RunCommand(argc, argv, options);
}
-} // namespace leveldb
+} // namespace rocksdb