| Index: services/service_manager/runner/host/mach_broker.h
|
| diff --git a/services/service_manager/runner/host/mach_broker.h b/services/service_manager/runner/host/mach_broker.h
|
| index 7250f1a406391d5ef25853f80cd2c74e7221d513..43258420435f60f05ba0742f021c235e75437cd6 100644
|
| --- a/services/service_manager/runner/host/mach_broker.h
|
| +++ b/services/service_manager/runner/host/mach_broker.h
|
| @@ -11,7 +11,7 @@ namespace base {
|
| template <typename T> struct DefaultSingletonTraits;
|
| }
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
|
|
| // A global singleton |MachBroker| is used by the shell to provide access to
|
| // Mach task ports for shell out-of-process applications.
|
| @@ -47,6 +47,6 @@ class MachBroker {
|
| base::MachPortBroker broker_;
|
| };
|
|
|
| -} // namespace shell
|
| +} // namespace service_manager
|
|
|
| #endif // SERVICES_SERVICE_MANAGER_RUNNER_HOST_MACH_BROKER_H_
|
|
|