| Index: content/plugin/plugin_thread.h
 | 
| diff --git a/content/plugin/plugin_thread.h b/content/plugin/plugin_thread.h
 | 
| index 55c498a1b1b927de3fc6b1d78146f2c6e72bdb3a..1a9906a7bb7a533cb8f333a6b4476be48491634e 100644
 | 
| --- a/content/plugin/plugin_thread.h
 | 
| +++ b/content/plugin/plugin_thread.h
 | 
| @@ -26,7 +26,7 @@ class PluginThread : public ChildThread {
 | 
|   public:
 | 
|    PluginThread();
 | 
|    virtual ~PluginThread();
 | 
| -  virtual void Shutdown() OVERRIDE;
 | 
| +  virtual void Shutdown() override;
 | 
|  
 | 
|    // Returns the one plugin thread.
 | 
|    static PluginThread* current();
 | 
| @@ -36,7 +36,7 @@ class PluginThread : public ChildThread {
 | 
|    void SetForcefullyTerminatePluginProcess();
 | 
|  
 | 
|   private:
 | 
| -  virtual bool OnControlMessageReceived(const IPC::Message& msg) OVERRIDE;
 | 
| +  virtual bool OnControlMessageReceived(const IPC::Message& msg) override;
 | 
|  
 | 
|    // Callback for when a channel has been created.
 | 
|    void OnCreateChannel(int renderer_id, bool incognito);
 | 
| 
 |