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

Unified Diff: services/video_capture/test/service_test.cc

Issue 2617883002: Add a new BindInterface() method to Connector. (Closed)
Patch Set: . Created 3 years, 11 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/ws/window_tree_client_unittest.cc ('k') | ui/aura/mus/input_method_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/test/service_test.cc
diff --git a/services/video_capture/test/service_test.cc b/services/video_capture/test/service_test.cc
index 3276975d5274634d5701548ca4b4b618dab21283..60f18ce6b155755cfc1a9d7703d384f96ce1c188 100644
--- a/services/video_capture/test/service_test.cc
+++ b/services/video_capture/test/service_test.cc
@@ -13,7 +13,7 @@ ServiceTest::~ServiceTest() = default;
void ServiceTest::SetUp() {
service_manager::test::ServiceTest::SetUp();
- connector()->ConnectToInterface("video_capture", &service_);
+ connector()->BindInterface("video_capture", &service_);
service_->ConnectToFakeDeviceFactory(mojo::MakeRequest(&factory_));
}
« no previous file with comments | « services/ui/ws/window_tree_client_unittest.cc ('k') | ui/aura/mus/input_method_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698