| Index: chrome/browser/service/service_process_control.h
|
| diff --git a/chrome/browser/service/service_process_control.h b/chrome/browser/service/service_process_control.h
|
| index 1e4261dab93e78f64058f805f16ec3d9e89b7b37..c6d8dd5c866ab4522031bfc6c1df0119e9b4b147 100644
|
| --- a/chrome/browser/service/service_process_control.h
|
| +++ b/chrome/browser/service/service_process_control.h
|
| @@ -77,12 +77,12 @@ class ServiceProcessControl : public IPC::Channel::Sender,
|
| virtual void OnChannelError() OVERRIDE;
|
|
|
| // IPC::Channel::Sender implementation
|
| - virtual bool Send(IPC::Message* message);
|
| + virtual bool Send(IPC::Message* message) OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Message handlers
|
| void OnCloudPrintProxyInfo(
|
|
|