Index: content/browser/ppapi_broker_process_host.h |
diff --git a/content/browser/ppapi_broker_process_host.h b/content/browser/ppapi_broker_process_host.h |
index 38a0314092b6662dc2d3f6c9c062401ddf3482a0..0fe0d90b38ae7a9dd2ce0b873d7b004020b4d706 100644 |
--- a/content/browser/ppapi_broker_process_host.h |
+++ b/content/browser/ppapi_broker_process_host.h |
@@ -55,9 +55,9 @@ class PpapiBrokerProcessHost : public BrowserChildProcessHost { |
virtual bool CanShutdown(); |
virtual void OnProcessLaunched(); |
- virtual bool OnMessageReceived(const IPC::Message& msg); |
- virtual void OnChannelConnected(int32 peer_pid); |
- virtual void OnChannelError(); |
+ virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
+ virtual void OnChannelConnected(int32 peer_pid) OVERRIDE; |
+ virtual void OnChannelError() OVERRIDE; |
void CancelRequests(); |