Index: services/shell/tests/lifecycle/lifecycle_exe.cc |
diff --git a/services/shell/tests/lifecycle/lifecycle_exe.cc b/services/shell/tests/lifecycle/lifecycle_exe.cc |
index f4d56eae03546f3d20f5034cf30031527c2c6491..4ce73d4d9af68805b70b9d86b243420bd6caf859 100644 |
--- a/services/shell/tests/lifecycle/lifecycle_exe.cc |
+++ b/services/shell/tests/lifecycle/lifecycle_exe.cc |
@@ -16,8 +16,8 @@ int main(int argc, char** argv) { |
base::AtExitManager at_exit; |
base::CommandLine::Init(argc, argv); |
- mojo::shell::InitializeLogging(); |
+ shell::InitializeLogging(); |
- mojo::shell::test::AppClient client; |
- return mojo::shell::TestNativeMain(&client); |
+ shell::test::AppClient client; |
+ return shell::TestNativeMain(&client); |
} |