Index: content/browser/ppapi_plugin_process_host.h |
diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h |
index 5fe505fc46d80647b3046c738d144483cfce993a..4405aff7d02ef5dec3ab19689291b08d61d6f16c 100644 |
--- a/content/browser/ppapi_plugin_process_host.h |
+++ b/content/browser/ppapi_plugin_process_host.h |
@@ -69,9 +69,9 @@ class PpapiPluginProcessHost |
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(); |