Index: services/shell/runner/host/child_process_base.h |
diff --git a/services/shell/runner/host/child_process_base.h b/services/shell/runner/host/child_process_base.h |
index a1600cdf42632fa36a28bef8772eddf7f5f1c7d3..367cf88c3db8172dd01ae044b4eac93c46a32a5a 100644 |
--- a/services/shell/runner/host/child_process_base.h |
+++ b/services/shell/runner/host/child_process_base.h |
@@ -8,7 +8,6 @@ |
#include "base/callback.h" |
#include "services/shell/public/interfaces/shell_client.mojom.h" |
-namespace mojo { |
namespace shell { |
// Child processes call this to establish the connection to the shell and obtain |
@@ -18,6 +17,5 @@ using RunCallback = base::Callback<void(mojom::ShellClientRequest)>; |
void ChildProcessMain(const RunCallback& callback); |
} // namespace shell |
-} // namespace mojo |
#endif // SERVICES_SHELL_RUNNER_HOST_CHILD_PROCESS_BASE_H_ |