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

Unified Diff: components/leveldb/remote_iterator_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/main.cc ('k') | components/metrics/child_call_stack_profile_collector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/remote_iterator_unittest.cc
diff --git a/components/leveldb/remote_iterator_unittest.cc b/components/leveldb/remote_iterator_unittest.cc
index 69d2c8db1d99ac29692fbf792199546467917743..e0c1b0a00d1e3495513071fcea1dc8a8a47532b3 100644
--- a/components/leveldb/remote_iterator_unittest.cc
+++ b/components/leveldb/remote_iterator_unittest.cc
@@ -39,7 +39,7 @@ base::Callback<void(const base::UnguessableToken&)> CaptureToken(
quit_closure);
}
-class RemoteIteratorTest : public shell::test::ServiceTest {
+class RemoteIteratorTest : public service_manager::test::ServiceTest {
public:
RemoteIteratorTest() : ServiceTest("exe:leveldb_service_unittests") {}
~RemoteIteratorTest() override {}
« no previous file with comments | « components/leveldb/main.cc ('k') | components/metrics/child_call_stack_profile_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698