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

Unified Diff: components/leveldb/remote_iterator_unittest.cc

Issue 2390013002: Rename mojo: to service: (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/manifest.json ('k') | components/leveldb/test_manifest.json » ('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 56e1c9319a3a664b6454fda3b8d3fa67e68beac3..8fc523d7f14ffae226ca2cab6367e4c1e3b33cf6 100644
--- a/components/leveldb/remote_iterator_unittest.cc
+++ b/components/leveldb/remote_iterator_unittest.cc
@@ -39,7 +39,7 @@ class RemoteIteratorTest : public shell::test::ServiceTest {
// Overridden from mojo::test::ApplicationTestBase:
void SetUp() override {
ServiceTest::SetUp();
- connector()->ConnectToInterface("mojo:leveldb", &leveldb_);
+ connector()->ConnectToInterface("service:leveldb", &leveldb_);
mojom::DatabaseError error;
base::RunLoop run_loop;
« no previous file with comments | « components/leveldb/manifest.json ('k') | components/leveldb/test_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698