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

Unified Diff: chrome/gpu/gpu_arc_video_service.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 | « chrome/browser/webshare/share_service_impl_unittest.cc ('k') | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/gpu_arc_video_service.cc
diff --git a/chrome/gpu/gpu_arc_video_service.cc b/chrome/gpu/gpu_arc_video_service.cc
index 14c3775fca8bc5f48b49431f2b31a1d111a616a7..822566fe562fa760e3636daf69ed6dab37478a5c 100644
--- a/chrome/gpu/gpu_arc_video_service.cc
+++ b/chrome/gpu/gpu_arc_video_service.cc
@@ -137,11 +137,11 @@ void GpuArcVideoService::DeprecatedConnect(
::arc::mojom::VideoAcceleratorServicePtr service_proxy;
::arc::mojom::VideoAcceleratorServiceRequest request =
- mojo::GetProxy(&service_proxy);
+ mojo::MakeRequest(&service_proxy);
service->client_->DeprecatedInit(std::move(service_proxy));
auto binding = mojo::MakeStrongBinding(std::move(service),
- mojo::GetProxy(&service_proxy));
+ mojo::MakeRequest(&service_proxy));
binding->set_connection_error_handler(base::Bind(&OnConnectionError));
}
« no previous file with comments | « chrome/browser/webshare/share_service_impl_unittest.cc ('k') | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698