| Index: ash/system/tray/test_system_tray_delegate.cc
|
| diff --git a/ash/system/tray/test_system_tray_delegate.cc b/ash/system/tray/test_system_tray_delegate.cc
|
| index 1eb44e4268ccafeeaca96a9c20e5a6b551f07db3..dbfa9616501cf8ce93afe4e0f813ee5995ddee44 100644
|
| --- a/ash/system/tray/test_system_tray_delegate.cc
|
| +++ b/ash/system/tray/test_system_tray_delegate.cc
|
| @@ -238,7 +238,8 @@ bool TestSystemTrayDelegate::IsBluetoothDiscovering() {
|
| void TestSystemTrayDelegate::ShowMobileSimDialog() {
|
| }
|
|
|
| -void TestSystemTrayDelegate::ShowMobileSetup(const std::string& network_id) {
|
| +void TestSystemTrayDelegate::ShowMobileSetupDialog(
|
| + const std::string& service_path) {
|
| }
|
|
|
| void TestSystemTrayDelegate::ShowOtherWifi() {
|
|
|