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 1f16ac2741c3cb3d7fa7b4088307c9b00894c862..5234dd039a6e48448b397ca962f69ca32232b750 100644 |
--- a/chrome/browser/ui/ash/media_client.cc |
+++ b/chrome/browser/ui/ash/media_client.cc |
@@ -133,8 +133,7 @@ MediaClient::MediaClient() : binding_(this), weak_ptr_factory_(this) { |
service_manager::Connector* connector = |
content::ServiceManagerConnection::GetForProcess()->GetConnector(); |
- connector->ConnectToInterface(ash_util::GetAshServiceName(), |
- &media_controller_); |
+ connector->BindInterface(ash_util::GetAshServiceName(), &media_controller_); |
// Register this object as the client interface implementation. |
ash::mojom::MediaClientAssociatedPtrInfo ptr_info; |