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

Unified Diff: mojo/services/public/cpp/view_manager/lib/view_manager_context.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/services/public/cpp/view_manager/lib/view_manager_context.cc
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_context.cc b/mojo/services/public/cpp/view_manager/lib/view_manager_context.cc
index 284286edcaf46ed600b8e56538f1242908b387d5..5d00f3ba194f77432504698b71b08f1b21b11795 100644
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_context.cc
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_context.cc
@@ -15,8 +15,7 @@ void ConnectCallback(bool success) {}
class ViewManagerContext::InternalState {
public:
InternalState(ApplicationImpl* application_impl) {
- application_impl->ConnectToService("mojo:mojo_view_manager",
- &init_service_);
+ application_impl->ConnectToService("mojo:view_manager", &init_service_);
}
~InternalState() {}

Powered by Google App Engine
This is Rietveld 408576698