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

Unified Diff: services/ui/public/cpp/window_tree_client.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/ui/public/cpp/window_tree_client.cc
diff --git a/services/ui/public/cpp/window_tree_client.cc b/services/ui/public/cpp/window_tree_client.cc
index b9f524e367738ac79b76f071666eaab1b5f3a604..bd2d3578d7a1033c33fd34e85b2c038d8d93a14c 100644
--- a/services/ui/public/cpp/window_tree_client.cc
+++ b/services/ui/public/cpp/window_tree_client.cc
@@ -123,7 +123,7 @@ void WindowTreeClient::ConnectViaWindowTreeFactory(
client_id_ = 101;
mojom::WindowTreeFactoryPtr factory;
- connector->ConnectToInterface("mojo:ui", &factory);
+ connector->ConnectToInterface("service:ui", &factory);
mojom::WindowTreePtr window_tree;
factory->CreateWindowTree(GetProxy(&window_tree),
binding_.CreateInterfacePtrAndBind());
@@ -134,7 +134,7 @@ void WindowTreeClient::ConnectAsWindowManager(shell::Connector* connector) {
DCHECK(window_manager_delegate_);
mojom::WindowManagerWindowTreeFactoryPtr factory;
- connector->ConnectToInterface("mojo:ui", &factory);
+ connector->ConnectToInterface("service:ui", &factory);
mojom::WindowTreePtr window_tree;
factory->CreateWindowTree(GetProxy(&window_tree),
binding_.CreateInterfacePtrAndBind());
« no previous file with comments | « services/ui/public/cpp/tests/window_server_shelltest_base.cc ('k') | services/ui/public/cpp/window_tree_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698