| 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 0590831e46aa4dff7877df7487797844cf2c089b..f15bb01a872a6e6ae693c3b7fff7517164d3aab9 100644
|
| --- a/chrome/service/service_utility_process_host.h
|
| +++ b/chrome/service/service_utility_process_host.h
|
| @@ -113,9 +113,9 @@ class ServiceUtilityProcessHost : public content::ChildProcessHostDelegate {
|
| virtual base::FilePath GetUtilityProcessCmd();
|
|
|
| // ChildProcessHostDelegate implementation:
|
| - virtual void OnChildDisconnected() OVERRIDE;
|
| - virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| - virtual base::ProcessHandle GetHandle() const OVERRIDE;
|
| + virtual void OnChildDisconnected() override;
|
| + virtual bool OnMessageReceived(const IPC::Message& message) override;
|
| + virtual base::ProcessHandle GetHandle() const override;
|
|
|
| private:
|
| // Starts a process. Returns true iff it succeeded.
|
|
|