| Index: services/service_manager/standalone/context.h
|
| diff --git a/services/service_manager/standalone/context.h b/services/service_manager/standalone/context.h
|
| index 4186908a3ccdc5388af32023f6949b06c24bc5f8..41b261fd44a5051f6ba29339600fc7d862d6d669 100644
|
| --- a/services/service_manager/standalone/context.h
|
| +++ b/services/service_manager/standalone/context.h
|
| @@ -28,7 +28,7 @@ class Store;
|
| namespace service_manager {
|
| class NativeRunnerDelegate;
|
|
|
| -// The "global" context for the shell's main process.
|
| +// The "global" context for the service manager's main process.
|
| class Context : public mojo::edk::ProcessDelegate {
|
| public:
|
| struct InitParams {
|
|
|