| 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 3403549456bd875bbbc24ccda3c17a1a460ad182..22e0129b0654ce4d3f4aca5ff37d3ad386c33eae 100644
|
| --- a/ash/system/tray/test_system_tray_delegate.h
|
| +++ b/ash/system/tray/test_system_tray_delegate.h
|
| @@ -78,7 +78,7 @@ class TestSystemTrayDelegate : public SystemTrayDelegate {
|
| virtual void ToggleBluetooth() OVERRIDE;
|
| virtual bool IsBluetoothDiscovering() OVERRIDE;
|
| virtual void ShowMobileSimDialog() OVERRIDE;
|
| - virtual void ShowMobileSetup(const std::string& network_id) OVERRIDE;
|
| + virtual void ShowMobileSetupDialog(const std::string& service_path) OVERRIDE;
|
| virtual void ShowOtherWifi() OVERRIDE;
|
| virtual void ShowOtherVPN() OVERRIDE;
|
| virtual void ShowOtherCellular() OVERRIDE;
|
|
|