Index: chrome/browser/ui/ash/media_client.cc |
diff --git a/chrome/browser/ui/ash/media_client.cc b/chrome/browser/ui/ash/media_client.cc |
index 98786c9940ccab1b3e81657b9e206d4b37ab7df6..99ed587abdd093b8aa76f5b6698bea361f9b480b 100644 |
--- a/chrome/browser/ui/ash/media_client.cc |
+++ b/chrome/browser/ui/ash/media_client.cc |
@@ -136,7 +136,7 @@ MediaClient::MediaClient() : binding_(this), weak_ptr_factory_(this) { |
// Register this object as the client interface implementation. |
ash::mojom::MediaClientAssociatedPtrInfo ptr_info; |
- binding_.Bind(&ptr_info, media_controller_.associated_group()); |
+ binding_.Bind(&ptr_info); |
media_controller_->SetClient(std::move(ptr_info)); |
} |