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

Unified Diff: media/mojo/clients/mojo_cdm_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/mojo/clients/mojo_audio_decoder_unittest.cc ('k') | media/mojo/clients/mojo_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_cdm_unittest.cc
diff --git a/media/mojo/clients/mojo_cdm_unittest.cc b/media/mojo/clients/mojo_cdm_unittest.cc
index b5fc33f4d71bff65809f5325792fc77ab265591d..2a8afa8b46bd2b491e28b3c5df9f7288cec83494 100644
--- a/media/mojo/clients/mojo_cdm_unittest.cc
+++ b/media/mojo/clients/mojo_cdm_unittest.cc
@@ -58,7 +58,7 @@ class MojoCdmTest : public ::testing::Test {
void Initialize(const std::string& key_system,
ExpectedResult expected_result) {
mojom::ContentDecryptionModulePtr remote_cdm;
- auto cdm_request = mojo::GetProxy(&remote_cdm);
+ auto cdm_request = mojo::MakeRequest(&remote_cdm);
switch (expected_result) {
case SUCCESS:
« no previous file with comments | « media/mojo/clients/mojo_audio_decoder_unittest.cc ('k') | media/mojo/clients/mojo_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698