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

Unified Diff: services/ui/ws/window_tree_client_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
Index: services/ui/ws/window_tree_client_unittest.cc
diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
index 0dfc792caa7b7ca6570c1a7f7c1ffc47743bfb9a..1f0276615a000f5172426dfb1df613df9b24700f 100644
--- a/services/ui/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -636,7 +636,7 @@ class WindowTreeClientTest : public WindowServerServiceTestBase {
WindowServerServiceTestBase::SetUp();
mojom::WindowTreeHostFactoryPtr factory;
- connector()->ConnectToInterface("mojo:ui", &factory);
+ connector()->ConnectToInterface("service:ui", &factory);
mojom::WindowTreeClientPtr tree_client_ptr;
wt_client1_ = base::MakeUnique<TestWindowTreeClient>();
« no previous file with comments | « services/ui/ws/mus_ws_unittests_app_manifest.json ('k') | services/video_capture/mock_device_video_capture_service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698