| Index: chrome/browser/task_manager/background_information.h
 | 
| diff --git a/chrome/browser/task_manager/background_information.h b/chrome/browser/task_manager/background_information.h
 | 
| index 8bd7327fcd860533b4b302d2ce69631230f5a737..f6a1df768359697a8c217f9b39029ffe29ed9196 100644
 | 
| --- a/chrome/browser/task_manager/background_information.h
 | 
| +++ b/chrome/browser/task_manager/background_information.h
 | 
| @@ -18,10 +18,10 @@ class BackgroundInformation
 | 
|    virtual ~BackgroundInformation();
 | 
|  
 | 
|    // 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(BackgroundInformation);
 | 
| 
 |