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

Unified Diff: mojo/examples/wm_flow/init/init.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/wm_flow/init/init.cc
diff --git a/mojo/examples/wm_flow/init/init.cc b/mojo/examples/wm_flow/init/init.cc
index daef4ea76dfc9c1a0cb3b74b47a9ed0c928e596b..5738edd4f309b48da2b9cb5b7c083087e4e86fc8 100644
--- a/mojo/examples/wm_flow/init/init.cc
+++ b/mojo/examples/wm_flow/init/init.cc
@@ -23,8 +23,8 @@ class WMFlowInit : public mojo::ApplicationDelegate {
// Overridden from Application:
virtual void Initialize(mojo::ApplicationImpl* app) override {
context_.reset(new mojo::ViewManagerContext(app));
- context_->Embed("mojo:mojo_wm_flow_wm");
- app->ConnectToApplication("mojo:mojo_wm_flow_app");
+ context_->Embed("mojo:wm_flow_wm");
+ app->ConnectToApplication("mojo:wm_flow_app");
}
scoped_ptr<mojo::ViewManagerContext> context_;

Powered by Google App Engine
This is Rietveld 408576698