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

Unified Diff: device/vr/vr_service_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
Index: device/vr/vr_service_impl_unittest.cc
diff --git a/device/vr/vr_service_impl_unittest.cc b/device/vr/vr_service_impl_unittest.cc
index 08ae927a4baae5ce47686cd50971c6b5107bd247..6ad9062bd63e4f07412b985499f2ff842f3ace2d 100644
--- a/device/vr/vr_service_impl_unittest.cc
+++ b/device/vr/vr_service_impl_unittest.cc
@@ -30,7 +30,7 @@ class VRServiceImplTest : public testing::Test {
std::unique_ptr<VRServiceImpl> 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(&VRServiceImplTest::onDisplaySynced,
« no previous file with comments | « device/vr/vr_display_impl_unittest.cc ('k') | extensions/browser/api/mime_handler_private/mime_handler_private_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698