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

Unified Diff: services/ui/ime/ime_server_impl.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/gpu/mus_gpu_unittests_app_manifest.json ('k') | services/ui/ime/ime_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/ime_server_impl.cc
diff --git a/services/ui/ime/ime_server_impl.cc b/services/ui/ime/ime_server_impl.cc
index c5895a2d024ce282575118b12dc25a909cf8c996..b405721e97eef469d25a604f6a9b3a17d20cadce 100644
--- a/services/ui/ime/ime_server_impl.cc
+++ b/services/ui/ime/ime_server_impl.cc
@@ -16,7 +16,7 @@ IMEServerImpl::~IMEServerImpl() {}
void IMEServerImpl::Init(shell::Connector* connector) {
// TODO(moshayedi): crbug.com/641041. Look up the driver from the mojo:catalog
// service.
- connector->Connect("mojo:test_ime_driver");
+ connector->Connect("service:test_ime_driver");
}
void IMEServerImpl::AddBinding(mojom::IMEServerRequest request) {
« no previous file with comments | « services/ui/gpu/mus_gpu_unittests_app_manifest.json ('k') | services/ui/ime/ime_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698