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

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

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase Created 4 years 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/test/mock_device_test.cc ('k') | services/video_capture/test/service_unittest.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 1695b7ee1390b02093e71d80c75da45c86939829..3276975d5274634d5701548ca4b4b618dab21283 100644
--- a/services/video_capture/test/service_test.cc
+++ b/services/video_capture/test/service_test.cc
@@ -14,7 +14,7 @@ ServiceTest::~ServiceTest() = default;
void ServiceTest::SetUp() {
service_manager::test::ServiceTest::SetUp();
connector()->ConnectToInterface("video_capture", &service_);
- service_->ConnectToFakeDeviceFactory(mojo::GetProxy(&factory_));
+ service_->ConnectToFakeDeviceFactory(mojo::MakeRequest(&factory_));
}
} // namespace video_capture
« no previous file with comments | « services/video_capture/test/mock_device_test.cc ('k') | services/video_capture/test/service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698