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

Unified Diff: ui/views/mus/input_method_mus_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 | « ui/views/mus/input_method_mus.cc ('k') | ui/views/mus/interactive_ui_tests_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/input_method_mus_unittest.cc
diff --git a/ui/views/mus/input_method_mus_unittest.cc b/ui/views/mus/input_method_mus_unittest.cc
index 618a46b3ef82da40d621ddd153c70d3b3bba6126..1e312529cfb533dda88b54900e74dc723b978db7 100644
--- a/ui/views/mus/input_method_mus_unittest.cc
+++ b/ui/views/mus/input_method_mus_unittest.cc
@@ -80,7 +80,7 @@ class InputMethodMusTest : public testing::Test {
TEST_F(InputMethodMusTest, DispatchKeyEvent) {
// test_ime_driver will register itself as the current IMEDriver. It echoes
// back the character key events it receives.
- EXPECT_TRUE(connector()->Connect("mojo:test_ime_driver"));
+ EXPECT_TRUE(connector()->Connect("service:test_ime_driver"));
TestInputMethodDelegate input_method_delegate;
InputMethodMus input_method(&input_method_delegate, nullptr);
« no previous file with comments | « ui/views/mus/input_method_mus.cc ('k') | ui/views/mus/interactive_ui_tests_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698