| Index: content/plugin/plugin_channel.h
 | 
| diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
 | 
| index b0edd9d0ae714113d1411587158c59fe41990b84..4439920785252b8bfa4ccd48b6b17ee6e1807ccc 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();
 | 
|  
 | 
| 
 |