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

Unified Diff: media/mojo/services/media_service_unittest.cc

Issue 2698063002: Mojo C++ bindings: remove usage of AssociatedGroup from media/ (Closed)
Patch Set: Created 3 years, 10 months 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_video_decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/media_service_unittest.cc
diff --git a/media/mojo/services/media_service_unittest.cc b/media/mojo/services/media_service_unittest.cc
index c5f9ef51faa0bdeac4b023072be62a50515f9195..bdc2cd7cd22c4451f6f89b568b15f10f6655cb6b 100644
--- a/media/mojo/services/media_service_unittest.cc
+++ b/media/mojo/services/media_service_unittest.cc
@@ -132,8 +132,7 @@ class MediaServiceTest : public service_manager::test::ServiceTest {
&video_stream_, MakeRequest(&video_stream_proxy)));
mojom::RendererClientAssociatedPtrInfo client_ptr_info;
- renderer_client_binding_.Bind(&client_ptr_info,
- renderer_.associated_group());
+ renderer_client_binding_.Bind(&client_ptr_info);
EXPECT_CALL(*this, OnRendererInitialized(expected_result))
.Times(Exactly(1))
« no previous file with comments | « media/mojo/clients/mojo_video_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698