Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: components/leveldb/leveldb_service_unittest.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/leveldb/leveldb_app.cc ('k') | components/leveldb/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/leveldb_service_unittest.cc
diff --git a/components/leveldb/leveldb_service_unittest.cc b/components/leveldb/leveldb_service_unittest.cc
index 7153ddd890bfd8eb6cf8bcfa0e139ad26f54425e..c7c3612faa74271010bf5429c831c60f0a67edff 100644
--- a/components/leveldb/leveldb_service_unittest.cc
+++ b/components/leveldb/leveldb_service_unittest.cc
@@ -103,7 +103,7 @@ void LevelDBSyncOpenInMemory(mojom::LevelDBService* leveldb,
run_loop.Run();
}
-class LevelDBServiceTest : public shell::test::ServiceTest {
+class LevelDBServiceTest : public service_manager::test::ServiceTest {
public:
LevelDBServiceTest() : ServiceTest("exe:leveldb_service_unittests") {}
~LevelDBServiceTest() override {}
« no previous file with comments | « components/leveldb/leveldb_app.cc ('k') | components/leveldb/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698