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

Unified Diff: services/ui/ime/test_ime_driver/test_ime_application.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
« no previous file with comments | « services/ui/ime/test_ime_driver/manifest.json ('k') | services/ui/ime/test_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/test_ime_driver/test_ime_application.cc
diff --git a/services/ui/ime/test_ime_driver/test_ime_application.cc b/services/ui/ime/test_ime_driver/test_ime_application.cc
index f318c5cbecfa0e565eae54f9ab5267b6390ca698..4b925186a3c3608bdce9d742c5123f0de1229aff 100644
--- a/services/ui/ime/test_ime_driver/test_ime_application.cc
+++ b/services/ui/ime/test_ime_driver/test_ime_application.cc
@@ -27,7 +27,7 @@ void TestIMEApplication::OnStart(const shell::Identity& identity) {
GetProxy(&ime_driver_ptr));
ui::mojom::IMERegistrarPtr ime_registrar;
- connector()->ConnectToInterface("mojo:ui", &ime_registrar);
+ connector()->ConnectToInterface("service:ui", &ime_registrar);
ime_registrar->RegisterDriver(std::move(ime_driver_ptr));
}
« no previous file with comments | « services/ui/ime/test_ime_driver/manifest.json ('k') | services/ui/ime/test_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698