| Index: services/shell/public/cpp/service_context.h
|
| diff --git a/services/shell/public/cpp/service_context.h b/services/shell/public/cpp/service_context.h
|
| index 504efd0fe966a96ac739ddd08ac7d3cda7c9d69e..3c1cd07a76638aaeaadc1380877bc1152b3cebc0 100644
|
| --- a/services/shell/public/cpp/service_context.h
|
| +++ b/services/shell/public/cpp/service_context.h
|
| @@ -30,7 +30,8 @@ namespace shell {
|
| //
|
| // This class should be used in two scenarios:
|
| // - During early startup to bind the mojom::ServiceRequest obtained from
|
| -// the Service Manager, typically in response to either MojoMain() or main().
|
| +// the Service Manager, typically in response to either ServiceMain() or
|
| +// main().
|
| // - In an implementation of mojom::ServiceFactory to bind the
|
| // mojom::ServiceRequest passed via CreateService. In this scenario there can
|
| // be many instances of this class per process.
|
|
|