]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/db/write_controller_test.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / db / write_controller_test.cc
index 55feb00a339ca75b6a549a0875544a50e94741c6..72d116798e87cfef1030e31a5b69d48754011397 100644 (file)
@@ -8,9 +8,9 @@
 #include "db/write_controller.h"
 
 #include "rocksdb/env.h"
-#include "util/testharness.h"
+#include "test_util/testharness.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 class WriteControllerTest : public testing::Test {};
 
@@ -127,7 +127,7 @@ TEST_F(WriteControllerTest, SanityTest) {
   ASSERT_FALSE(controller.IsStopped());
 }
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE
 
 int main(int argc, char** argv) {
   ::testing::InitGoogleTest(&argc, argv);