| Index: chrome/browser/extensions/install_tracker_factory.h
 | 
| diff --git a/chrome/browser/extensions/install_tracker_factory.h b/chrome/browser/extensions/install_tracker_factory.h
 | 
| index e7e38cba9a598bad8bc5c828e27ee384b47dfc81..b490daf534be78b70be519daeaeff2d41ac26201 100644
 | 
| --- a/chrome/browser/extensions/install_tracker_factory.h
 | 
| +++ b/chrome/browser/extensions/install_tracker_factory.h
 | 
| @@ -26,9 +26,9 @@ class InstallTrackerFactory : public BrowserContextKeyedServiceFactory {
 | 
|  
 | 
|    // BrowserContextKeyedServiceFactory overrides:
 | 
|    virtual KeyedService* BuildServiceInstanceFor(
 | 
| -      content::BrowserContext* context) const OVERRIDE;
 | 
| +      content::BrowserContext* context) const override;
 | 
|    virtual content::BrowserContext* GetBrowserContextToUse(
 | 
| -      content::BrowserContext* context) const OVERRIDE;
 | 
| +      content::BrowserContext* context) const override;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(InstallTrackerFactory);
 | 
|  };
 | 
| 
 |