summaryrefslogtreecommitdiffstats
path: root/content/plugin/plugin_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/plugin/plugin_channel.h')
-rw-r--r--content/plugin/plugin_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
index b0edd9d..4439920 100644
--- a/content/plugin/plugin_channel.h
+++ b/content/plugin/plugin_channel.h
@@ -56,8 +56,8 @@ class PluginChannel : public PluginChannelBase {
protected:
// IPC::Channel::Listener implementation:
- virtual void OnChannelConnected(int32 peer_pid);
- virtual void OnChannelError();
+ virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
+ virtual void OnChannelError() OVERRIDE;
virtual void CleanUp();