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

Unified Diff: mojo/examples/browser/browser.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/browser/browser.cc
diff --git a/mojo/examples/browser/browser.cc b/mojo/examples/browser/browser.cc
index 39ddc6bbaa55a8fa3ac9ba4cd6e7958ddc1cb6a3..e5f724e659dc61fedb620400c6c51fc4097722f0 100644
--- a/mojo/examples/browser/browser.cc
+++ b/mojo/examples/browser/browser.cc
@@ -169,7 +169,7 @@ class Browser : public ApplicationDelegate,
view_manager_client_factory_.reset(
new ViewManagerClientFactory(shell_, this));
views_init_.reset(new ViewsInit);
- app->ConnectToService("mojo:mojo_window_manager", &window_manager_);
+ app->ConnectToService("mojo:window_manager", &window_manager_);
}
virtual bool ConfigureIncomingConnection(

Powered by Google App Engine
This is Rietveld 408576698