| 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 b76f28053b64ea70db3a784e3bfd83f41b047195..516cb0c383ff3aaaca1fb7c2158fbf99151b3416 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_client.cc
|
| @@ -188,7 +188,7 @@ void SystemTrayClient::ConnectToSystemTray() {
|
| if (system_tray_.is_bound())
|
| return;
|
|
|
| - shell::Connector* connector =
|
| + service_manager::Connector* connector =
|
| content::ServiceManagerConnection::GetForProcess()->GetConnector();
|
| // Under mash the SystemTray interface is in the ash process. In classic ash
|
| // we provide it to ourself.
|
|
|