| Index: ash/test/test_shell_delegate.cc
|
| diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
|
| index 80a68948a2ac68bcb4b58fcb1e84b0f607a7e327..6cda9f96cb949eb6bb4af4ef84954c0ed81b05d7 100644
|
| --- a/ash/test/test_shell_delegate.cc
|
| +++ b/ash/test/test_shell_delegate.cc
|
| @@ -60,7 +60,7 @@ void TestShellDelegate::OpenFileManager() {
|
| void TestShellDelegate::OpenCrosh() {
|
| }
|
|
|
| -void TestShellDelegate::OpenMobileSetup() {
|
| +void TestShellDelegate::OpenMobileSetup(const std::string& service_path) {
|
| }
|
|
|
| void TestShellDelegate::RestoreTab() {
|
|
|