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

Unified Diff: device/vr/vr_display_impl_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/vr/vr_display_impl.cc ('k') | device/vr/vr_service_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_display_impl_unittest.cc
diff --git a/device/vr/vr_display_impl_unittest.cc b/device/vr/vr_display_impl_unittest.cc
index 7230e50f7cf74d4a924764d6388b1b91f9930fa4..b2d2a361f72be6ca4b8cd2a38d98541121a8e139 100644
--- a/device/vr/vr_display_impl_unittest.cc
+++ b/device/vr/vr_display_impl_unittest.cc
@@ -36,7 +36,7 @@ class VRDisplayImplTest : public testing::Test {
std::unique_ptr<VRServiceImpl> BindService() {
mojom::VRServiceClientPtr proxy;
- clients_.push_back(new FakeVRServiceClient(mojo::GetProxy(&proxy)));
+ clients_.push_back(new FakeVRServiceClient(mojo::MakeRequest(&proxy)));
auto service = base::WrapUnique(new VRServiceImpl());
service->SetClient(std::move(proxy),
« no previous file with comments | « device/vr/vr_display_impl.cc ('k') | device/vr/vr_service_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698