| Index: chrome/service/service_utility_process_host.h
|
| diff --git a/chrome/service/service_utility_process_host.h b/chrome/service/service_utility_process_host.h
|
| index 8e49a3d5f11e3b1a4a67071cfde9cbd0496917b5..ee82ee1c9947d9e9c18f0fa259b72d90a0af9d11 100644
|
| --- a/chrome/service/service_utility_process_host.h
|
| +++ b/chrome/service/service_utility_process_host.h
|
| @@ -105,13 +105,13 @@ class ServiceUtilityProcessHost : public ServiceChildProcessHost {
|
| // Allows this method to be overridden for tests.
|
| virtual FilePath GetUtilityProcessCmd();
|
|
|
| - // Overriden from ChildProcessHost.
|
| + // ChildProcessHost implementation.
|
| virtual bool CanShutdown() OVERRIDE;
|
| virtual void OnChildDied() OVERRIDE;
|
|
|
| private:
|
| // Starts a process. Returns true iff it succeeded. |exposed_dir| is the
|
| - // path to tbe exposed to the sandbox. This is ignored if |no_sandbox| is
|
| + // path to the exposed to the sandbox. This is ignored if |no_sandbox| is
|
| // true.
|
| bool StartProcess(bool no_sandbox, const FilePath& exposed_dir);
|
|
|
|
|