Index: chrome/browser/ui/ash/system_tray_client.cc |
diff --git a/chrome/browser/ui/ash/system_tray_client.cc b/chrome/browser/ui/ash/system_tray_client.cc |
index 518118c0887cafb7013a92684ecffe66b8c58e55..475ed226fca537687c29a79682687a15ea74c234 100644 |
--- a/chrome/browser/ui/ash/system_tray_client.cc |
+++ b/chrome/browser/ui/ash/system_tray_client.cc |
@@ -87,7 +87,7 @@ ash::mojom::UpdateSeverity GetUpdateSeverity(UpgradeDetector* detector) { |
SystemTrayClient::SystemTrayClient() : binding_(this) { |
content::ServiceManagerConnection::GetForProcess() |
->GetConnector() |
- ->ConnectToInterface(ash_util::GetAshServiceName(), &system_tray_); |
+ ->BindInterface(ash_util::GetAshServiceName(), &system_tray_); |
// Register this object as the client interface implementation. |
system_tray_->SetClient(binding_.CreateInterfacePtrAndBind()); |