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

Unified Diff: services/video_capture/video_capture_service_test.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/video_capture/service_unittest_manifest.json ('k') | ui/ozone/platform/drm/cursor_proxy_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/video_capture_service_test.cc
diff --git a/services/video_capture/video_capture_service_test.cc b/services/video_capture/video_capture_service_test.cc
index 69d518aa8b5cd39643f21e38299c38554c53a8ec..29264a7913dc576f760418c670b09f20798684cf 100644
--- a/services/video_capture/video_capture_service_test.cc
+++ b/services/video_capture/video_capture_service_test.cc
@@ -13,7 +13,7 @@ VideoCaptureServiceTest::~VideoCaptureServiceTest() = default;
void VideoCaptureServiceTest::SetUp() {
ServiceTest::SetUp();
- connector()->ConnectToInterface("mojo:video_capture", &service_);
+ connector()->ConnectToInterface("service:video_capture", &service_);
service_->ConnectToFakeDeviceFactory(mojo::GetProxy(&factory_));
}
« no previous file with comments | « services/video_capture/service_unittest_manifest.json ('k') | ui/ozone/platform/drm/cursor_proxy_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698