]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/monitoring/iostats_context_test.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / monitoring / iostats_context_test.cc
index 74d3e43291dca378e5ea4d5557ad962a27069dba..49f6fc0585eadfe2e263abefc22a11ae9035c180 100644 (file)
@@ -4,9 +4,9 @@
 //  (found in the LICENSE.Apache file in the root directory).
 
 #include "rocksdb/iostats_context.h"
-#include "util/testharness.h"
+#include "test_util/testharness.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 TEST(IOStatsContextTest, ToString) {
   get_iostats_context()->Reset();
@@ -21,7 +21,7 @@ TEST(IOStatsContextTest, ToString) {
   ASSERT_NE(std::string::npos, zero_excluded.find("= 12345"));
 }
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE
 
 int main(int argc, char** argv) {
   ::testing::InitGoogleTest(&argc, argv);