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

Unified Diff: services/shell/tests/shell/target.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/shell/target.cc
diff --git a/services/shell/tests/shell/target.cc b/services/shell/tests/shell/target.cc
index 8784231d801c041d9098c55000860e2be808eecb..0abf65d685cffc9ae913496407b817d257698620 100644
--- a/services/shell/tests/shell/target.cc
+++ b/services/shell/tests/shell/target.cc
@@ -25,7 +25,7 @@ class Target : public shell::Service {
// shell::Service:
void OnStart(const shell::Identity& identity) override {
CreateInstanceTestPtr service;
- connector()->ConnectToInterface("mojo:shell_unittest", &service);
+ connector()->ConnectToInterface("service:shell_unittest", &service);
service->SetTargetIdentity(identity);
}
« no previous file with comments | « services/shell/tests/shell/shell_unittest_manifest.json ('k') | services/shell/tests/shell/target_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698