Index: services/service_manager/runner/host/child_process_base.h |
diff --git a/services/service_manager/runner/host/child_process_base.h b/services/service_manager/runner/host/child_process_base.h |
index 219704684b9a23137b7cf5ce6677ebdc2889e097..9495790137af7cd2962d04ddc3a75b07abcb632c 100644 |
--- a/services/service_manager/runner/host/child_process_base.h |
+++ b/services/service_manager/runner/host/child_process_base.h |
@@ -8,7 +8,7 @@ |
#include "base/callback.h" |
#include "services/service_manager/public/interfaces/service.mojom.h" |
-namespace shell { |
+namespace service_manager { |
// Child processes call this to establish the connection to the shell and obtain |
// the ServiceRequest. Once the connection has been established |callback| |
@@ -17,6 +17,6 @@ namespace shell { |
using RunCallback = base::Callback<void(mojom::ServiceRequest)>; |
void ChildProcessMainWithCallback(const RunCallback& callback); |
-} // namespace shell |
+} // namespace service_manager |
#endif // SERVICES_SERVICE_MANAGER_RUNNER_HOST_CHILD_PROCESS_BASE_H_ |