| Index: services/service_manager/standalone/context.h
|
| diff --git a/services/service_manager/standalone/context.h b/services/service_manager/standalone/context.h
|
| index 1f6c6659a0fd2e29208b6553c692074d81a7bb77..4186908a3ccdc5388af32023f6949b06c24bc5f8 100644
|
| --- a/services/service_manager/standalone/context.h
|
| +++ b/services/service_manager/standalone/context.h
|
| @@ -25,7 +25,7 @@ class Catalog;
|
| class Store;
|
| }
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
| class NativeRunnerDelegate;
|
|
|
| // The "global" context for the shell's main process.
|
| @@ -80,6 +80,6 @@ class Context : public mojo::edk::ProcessDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(Context);
|
| };
|
|
|
| -} // namespace shell
|
| +} // namespace service_manager
|
|
|
| #endif // SERVICES_SERVICE_MANAGER_STANDALONE_CONTEXT_H_
|
|
|