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

Unified Diff: media/test/pipeline_integration_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 | « media/remoting/remoting_source_impl.cc ('k') | mojo/common/common_custom_types_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index cca20f69156917246b9ec997016ec358de0bb222..57b6d96f1a1cd1c21593b2302064cf3d32f2b8e9 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -691,7 +691,7 @@ class PipelineIntegrationTestHost : public service_manager::test::ServiceTest,
mojom::RendererPtr mojo_renderer;
media_interface_factory_->CreateRenderer(std::string(),
- mojo::GetProxy(&mojo_renderer));
+ mojo::MakeRequest(&mojo_renderer));
return base::MakeUnique<MojoRenderer>(message_loop_.task_runner(),
std::move(mojo_renderer));
« no previous file with comments | « media/remoting/remoting_source_impl.cc ('k') | mojo/common/common_custom_types_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698