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

Unified Diff: services/shell/tests/shutdown/shutdown_client_app.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/shell/tests/shutdown/shutdown_client_app.cc
diff --git a/services/shell/tests/shutdown/shutdown_client_app.cc b/services/shell/tests/shutdown/shutdown_client_app.cc
index c3c5918a1e771ef7ad968f237d1d7133b54068f1..5da8801417d1ab128a7ec6eb74f0814cd7466a0f 100644
--- a/services/shell/tests/shutdown/shutdown_client_app.cc
+++ b/services/shell/tests/shutdown/shutdown_client_app.cc
@@ -41,8 +41,7 @@ class ShutdownClientApp
// mojom::ShutdownTestClientController:
void ConnectAndWait(const ConnectAndWaitCallback& callback) override {
mojom::ShutdownTestServicePtr service;
- connector()->ConnectToInterface("mojo:shutdown_service",
- &service);
+ connector()->ConnectToInterface("service:shutdown_service", &service);
mojo::Binding<mojom::ShutdownTestClient> client_binding(this);
« no previous file with comments | « services/shell/tests/shell/target_manifest.json ('k') | services/shell/tests/shutdown/shutdown_client_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698