summaryrefslogtreecommitdiff
path: root/util/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/channel.h')
-rw-r--r--util/channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/channel.h b/util/channel.h
index a8a47680a..705fa2d28 100644
--- a/util/channel.h
+++ b/util/channel.h
@@ -10,7 +10,7 @@
#include <queue>
#include <utility>
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
template <class T>
class channel {
@@ -64,4 +64,4 @@ class channel {
std::queue<T> buffer_;
bool eof_;
};
-} // namespace rocksdb
+} // namespace ROCKSDB_NAMESPACE