Index: services/shell/runner/child/test_native_main.h |
diff --git a/services/shell/runner/child/test_native_main.h b/services/shell/runner/child/test_native_main.h |
index 9582212363d57a5df5ea147bb9baa039cd4bb216..a895616669770a31e9ef84f9574691feb209f891 100644 |
--- a/services/shell/runner/child/test_native_main.h |
+++ b/services/shell/runner/child/test_native_main.h |
@@ -5,13 +5,12 @@ |
#ifndef SERVICES_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_ |
#define SERVICES_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_ |
-namespace mojo { |
-class ShellClient; |
namespace shell { |
-int TestNativeMain(mojo::ShellClient* shell_client); |
+class ShellClient; |
+ |
+int TestNativeMain(ShellClient* shell_client); |
} // namespace shell |
-} // namespace mojo |
#endif // SERVICES_SHELL_RUNNER_CHILD_TEST_NATIVE_MAIN_H_ |