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

Unified Diff: device/vr/vr_device_manager_unittest.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 | « device/usb/mojo/device_manager_impl_unittest.cc ('k') | device/vr/vr_display_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_device_manager_unittest.cc
diff --git a/device/vr/vr_device_manager_unittest.cc b/device/vr/vr_device_manager_unittest.cc
index 29dfe5937a867c37efa9e8d513fb9da3354bc3d1..4ca61ad24e8efc005b536ffc16913f709089bd32 100644
--- a/device/vr/vr_device_manager_unittest.cc
+++ b/device/vr/vr_device_manager_unittest.cc
@@ -59,7 +59,7 @@ void VRDeviceManagerTest::SetUp() {
std::unique_ptr<VRServiceImpl> VRDeviceManagerTest::BindService() {
mojom::VRServiceClientPtr proxy;
- FakeVRServiceClient client(mojo::GetProxy(&proxy));
+ FakeVRServiceClient client(mojo::MakeRequest(&proxy));
auto service = base::WrapUnique(new VRServiceImpl());
service->SetClient(std::move(proxy),
base::Bind(&VRDeviceManagerTest::onDisplaySynced,
« no previous file with comments | « device/usb/mojo/device_manager_impl_unittest.cc ('k') | device/vr/vr_display_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698