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

Unified Diff: services/ui/ime/ime_unittest.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/ime_server_impl.cc ('k') | services/ui/ime/test_ime_driver/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/ime_unittest.cc
diff --git a/services/ui/ime/ime_unittest.cc b/services/ui/ime/ime_unittest.cc
index 651300c247b9c49a3cdf520ced6bb5e57bac8c01..55aa81c7a7d0b9db21376898e85388b158e01f40 100644
--- a/services/ui/ime/ime_unittest.cc
+++ b/services/ui/ime/ime_unittest.cc
@@ -61,8 +61,8 @@ class IMEAppTest : public shell::test::ServiceTest {
void SetUp() override {
ServiceTest::SetUp();
// test_ime_driver will register itself as the current IMEDriver.
- connector()->Connect("mojo:test_ime_driver");
- connector()->ConnectToInterface("mojo:ui", &ime_server_);
+ connector()->Connect("service:test_ime_driver");
+ connector()->ConnectToInterface("service:ui", &ime_server_);
}
protected:
« no previous file with comments | « services/ui/ime/ime_server_impl.cc ('k') | services/ui/ime/test_ime_driver/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698