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

Unified Diff: chrome/browser/media/cast_remoting_sender_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: chrome/browser/media/cast_remoting_sender_unittest.cc
diff --git a/chrome/browser/media/cast_remoting_sender_unittest.cc b/chrome/browser/media/cast_remoting_sender_unittest.cc
index 8a9d4ad0a0179b52ff72e68048716c89d3e89c48..9a4a7161c55a654b64de092f3dc96bfe5d26500d 100644
--- a/chrome/browser/media/cast_remoting_sender_unittest.cc
+++ b/chrome/browser/media/cast_remoting_sender_unittest.cc
@@ -132,7 +132,7 @@ class CastRemotingSenderTest : public ::testing::Test {
CastRemotingSender::FindAndBind(
transport_config_.rtp_stream_id, std::move(consumer_end),
- GetProxy(&sender_),
+ MakeRequest(&sender_),
base::Bind(&CastRemotingSenderTest::OnError, base::Unretained(this)));
RunPendingTasks();

Powered by Google App Engine
This is Rietveld 408576698