| Index: services/shell/runner/host/child_process_host.h
|
| diff --git a/services/shell/runner/host/child_process_host.h b/services/shell/runner/host/child_process_host.h
|
| index a67374472b5e98bf0d30129eddedfa085d597634..3ecf4fadf4308f27e4970c1743e5c93f13073a14 100644
|
| --- a/services/shell/runner/host/child_process_host.h
|
| +++ b/services/shell/runner/host/child_process_host.h
|
| @@ -50,7 +50,7 @@ class ChildProcessHost {
|
|
|
| // |name| is just for debugging ease. We will spawn off a process so that it
|
| // can be sandboxed if |start_sandboxed| is true. |app_path| is a path to the
|
| - // mojo application we wish to start.
|
| + // service we wish to start.
|
| ChildProcessHost(base::TaskRunner* launch_process_runner,
|
| NativeRunnerDelegate* delegate,
|
| bool start_sandboxed,
|
|
|