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

Unified Diff: services/ui/demo/mus_demo_unittests.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/demo/manifest.json ('k') | services/ui/demo/test_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo_unittests.cc
diff --git a/services/ui/demo/mus_demo_unittests.cc b/services/ui/demo/mus_demo_unittests.cc
index e097e875b8817d9c424ce85f76021aca45c64541..698b8e67a0fd48aa22a746da086de2f5d3225d7a 100644
--- a/services/ui/demo/mus_demo_unittests.cc
+++ b/services/ui/demo/mus_demo_unittests.cc
@@ -39,10 +39,10 @@ class MusDemoTest : public shell::test::ServiceTest {
} // namespace
TEST_F(MusDemoTest, CheckMusDemoDraws) {
- connector()->Connect("mojo:mus_demo");
+ connector()->Connect("service:mus_demo");
::ui::mojom::WindowServerTestPtr test_interface;
- connector()->ConnectToInterface("mojo:ui", &test_interface);
+ connector()->ConnectToInterface("service:ui", &test_interface);
base::RunLoop run_loop;
bool success = false;
« no previous file with comments | « services/ui/demo/manifest.json ('k') | services/ui/demo/test_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698