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

Unified Diff: mojo/examples/surfaces_app/child_app.cc

Issue 668483002: Change mojo URLs from mojo://mojo_foo to mojo://foo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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: mojo/examples/surfaces_app/child_app.cc
diff --git a/mojo/examples/surfaces_app/child_app.cc b/mojo/examples/surfaces_app/child_app.cc
index 04c1fbafcb294ba237ae688d30d1f33f2fb7e6d6..ecd371e064f02e3d3ce2432df1907ca2e5067917 100644
--- a/mojo/examples/surfaces_app/child_app.cc
+++ b/mojo/examples/surfaces_app/child_app.cc
@@ -21,7 +21,7 @@ class ChildApp : public ApplicationDelegate, public InterfaceFactory<Child> {
virtual void Initialize(ApplicationImpl* app) override {
surfaces_service_connection_ =
- app->ConnectToApplication("mojo:mojo_surfaces_service");
+ app->ConnectToApplication("mojo:surfaces_service");
}
// ApplicationDelegate implementation.

Powered by Google App Engine
This is Rietveld 408576698