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

Unified Diff: services/shell/tests/lifecycle/parent.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
Index: services/shell/tests/lifecycle/parent.cc
diff --git a/services/shell/tests/lifecycle/parent.cc b/services/shell/tests/lifecycle/parent.cc
index 3391e3975acabe205bd574b1d7b3dd64f7978f10..a7bd55a3d6757df92409aafd5300dec39b4e5d2f 100644
--- a/services/shell/tests/lifecycle/parent.cc
+++ b/services/shell/tests/lifecycle/parent.cc
@@ -48,7 +48,7 @@ class Parent : public shell::Service,
// Parent:
void ConnectToChild(const ConnectToChildCallback& callback) override {
- child_connection_ = connector()->Connect("mojo:lifecycle_unittest_app");
+ child_connection_ = connector()->Connect("service:lifecycle_unittest_app");
shell::test::mojom::LifecycleControlPtr lifecycle;
child_connection_->GetInterface(&lifecycle);
{
« no previous file with comments | « services/shell/tests/lifecycle/package_manifest.json ('k') | services/shell/tests/lifecycle/parent_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698