summaryrefslogtreecommitdiff
path: root/table/plain/plain_table_key_coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'table/plain/plain_table_key_coding.h')
-rw-r--r--table/plain/plain_table_key_coding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/table/plain/plain_table_key_coding.h b/table/plain/plain_table_key_coding.h
index 5f65d5a65..d1460837d 100644
--- a/table/plain/plain_table_key_coding.h
+++ b/table/plain/plain_table_key_coding.h
@@ -17,7 +17,7 @@
// These classes issue the lowest level of operations of PlainTable.
// Actual data format of the key is documented in comments of class
// PlainTableFactory.
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
class WritableFile;
struct ParsedInternalKey;
@@ -188,6 +188,6 @@ class PlainTableKeyDecoder {
uint32_t* bytes_read);
};
-} // namespace rocksdb
+} // namespace ROCKSDB_NAMESPACE
#endif // ROCKSDB_LITE