Index: services/shell/public/cpp/lib/application_test_main.cc |
diff --git a/services/shell/public/cpp/lib/application_test_main.cc b/services/shell/public/cpp/lib/application_test_main.cc |
index cc5e94d96a97388b550b71d1d35507f939a901b9..0e0d44d4d06cf1354532bc6f86543e03d2360b79 100644 |
--- a/services/shell/public/cpp/lib/application_test_main.cc |
+++ b/services/shell/public/cpp/lib/application_test_main.cc |
@@ -15,9 +15,9 @@ MojoResult MojoMain(MojoHandle handle) { |
base::AtExitManager at_exit; |
// Initialize the current process Commandline and test timeouts. |
- mojo::ApplicationRunner::InitBaseCommandLine(); |
+ shell::ApplicationRunner::InitBaseCommandLine(); |
mojo::InitLogging(); |
TestTimeouts::Initialize(); |
- return mojo::test::RunAllTests(handle); |
+ return shell::test::RunAllTests(handle); |
} |