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

Unified Diff: media/remoting/remote_demuxer_stream_adapter_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 | « media/remoting/fake_remoting_controller.cc ('k') | media/remoting/remoting_cdm_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/remote_demuxer_stream_adapter_unittest.cc
diff --git a/media/remoting/remote_demuxer_stream_adapter_unittest.cc b/media/remoting/remote_demuxer_stream_adapter_unittest.cc
index 70457ed15532fc12a943e4bfdea171ba07919d40..01f0c8cf2e6ff48e94c33e70ab65ba5ee405f654 100644
--- a/media/remoting/remote_demuxer_stream_adapter_unittest.cc
+++ b/media/remoting/remote_demuxer_stream_adapter_unittest.cc
@@ -94,7 +94,7 @@ class RemoteDemuxerStreamAdapterTest : public ::testing::Test {
mojo::CreateDataPipe(&data_pipe_options, &producer_end, &consumer_end));
data_stream_sender_.reset(new FakeRemotingDataStreamSender(
- GetProxy(&stream_sender), std::move(consumer_end)));
+ MakeRequest(&stream_sender), std::move(consumer_end)));
demuxer_stream_adapter_.reset(new MockRemoteDemuxerStreamAdapter(
message_loop_.task_runner(), message_loop_.task_runner(), "test",
demuxer_stream_.get(), stream_sender.PassInterface(),
« no previous file with comments | « media/remoting/fake_remoting_controller.cc ('k') | media/remoting/remoting_cdm_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698