]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/util/thread_list_test.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / util / thread_list_test.cc
index a4a343a9cf43c89943443a835941c8d9f30f36f9..44c3ebc99ece682f63c213036b62c1273ea76686 100644 (file)
@@ -8,11 +8,11 @@
 
 #include "monitoring/thread_status_updater.h"
 #include "rocksdb/db.h"
-#include "util/testharness.h"
+#include "test_util/testharness.h"
 
 #ifdef ROCKSDB_USING_THREAD_STATUS
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 class SimulatedBackgroundTask {
  public:
@@ -335,7 +335,7 @@ TEST_F(ThreadListTest, SimpleEventTest) {
                        ThreadStatus::NUM_OP_TYPES);
 }
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE
 
 int main(int argc, char** argv) {
   ::testing::InitGoogleTest(&argc, argv);