| Index: ash/common/system/chromeos/bluetooth/tray_bluetooth_helper.cc
|
| diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth_helper.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth_helper.cc
|
| index 9af326d6df1d0b2c2b02192cc82bb90b226cd724..41b0cf1638904695b935eab7a1a2a730ac9d2cec 100644
|
| --- a/ash/common/system/chromeos/bluetooth/tray_bluetooth_helper.cc
|
| +++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth_helper.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "ash/common/system/tray/system_tray_controller.h"
|
| #include "ash/common/system/tray/system_tray_notifier.h"
|
| -#include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| @@ -27,7 +26,7 @@ void BluetoothDeviceConnectError(
|
| device::BluetoothDevice::ConnectErrorCode error_code) {}
|
|
|
| ash::SystemTrayNotifier* GetSystemTrayNotifier() {
|
| - return WmShell::Get()->system_tray_notifier();
|
| + return Shell::Get()->system_tray_notifier();
|
| }
|
|
|
| } // namespace
|
|
|