| Index: chrome/browser/task_manager/tab_contents_information.h
 | 
| diff --git a/chrome/browser/task_manager/tab_contents_information.h b/chrome/browser/task_manager/tab_contents_information.h
 | 
| index 03c737aa4e875186a651a0a0de8bc5f0824e7931..c7403393caa0eb6667d900677424afee66a8323f 100644
 | 
| --- a/chrome/browser/task_manager/tab_contents_information.h
 | 
| +++ b/chrome/browser/task_manager/tab_contents_information.h
 | 
| @@ -21,10 +21,10 @@ class TabContentsInformation
 | 
|    virtual ~TabContentsInformation();
 | 
|  
 | 
|    // WebContentsInformation implementation.
 | 
| -  virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
 | 
| -  virtual void GetAll(const NewWebContentsCallback& callback) OVERRIDE;
 | 
| +  virtual bool CheckOwnership(content::WebContents* web_contents) override;
 | 
| +  virtual void GetAll(const NewWebContentsCallback& callback) override;
 | 
|    virtual scoped_ptr<RendererResource> MakeResource(
 | 
| -      content::WebContents* web_contents) OVERRIDE;
 | 
| +      content::WebContents* web_contents) override;
 | 
|  
 | 
|   private:
 | 
|    DISALLOW_COPY_AND_ASSIGN(TabContentsInformation);
 | 
| 
 |