| Index: ash/system/tray/test_system_tray_delegate.h
|
| diff --git a/ash/system/tray/test_system_tray_delegate.h b/ash/system/tray/test_system_tray_delegate.h
|
| index 56cb078ab08b90bdf1ee087713b7dd5e6280e547..26a3dc7a6161fa6ee353fb446ac8318d1e697f9c 100644
|
| --- a/ash/system/tray/test_system_tray_delegate.h
|
| +++ b/ash/system/tray/test_system_tray_delegate.h
|
| @@ -70,7 +70,7 @@ class TestSystemTrayDelegate : public SystemTrayDelegate {
|
| ash::DriveOperationStatusList*) OVERRIDE;
|
| virtual void ConfigureNetwork(const std::string& network_id) OVERRIDE;
|
| virtual void ConnectToNetwork(const std::string& network_id) OVERRIDE;
|
| - virtual void AddBluetoothDevice() OVERRIDE;
|
| + virtual void ManageBluetoothDevices() OVERRIDE;
|
| virtual void ToggleBluetooth() OVERRIDE;
|
| virtual bool IsBluetoothDiscovering() OVERRIDE;
|
| virtual void ShowMobileSimDialog() OVERRIDE;
|
|
|