Index: content/browser/plugin_process_host.h |
diff --git a/content/browser/plugin_process_host.h b/content/browser/plugin_process_host.h |
index 63ea1b56c4e900554b3bd24846add130f14733cc..7fdba4d305c8622d2c84811171989075f96cff84 100644 |
--- a/content/browser/plugin_process_host.h |
+++ b/content/browser/plugin_process_host.h |
@@ -64,9 +64,9 @@ class PluginProcessHost : public BrowserChildProcessHost { |
// Force the plugin process to shutdown (cleanly). |
virtual void ForceShutdown(); |
- 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; |
// Tells the plugin process to create a new channel for communication with a |
// renderer. When the plugin process responds with the channel name, |