| Index: chrome/browser/sessions/tab_restore_service_factory.h
 | 
| diff --git a/chrome/browser/sessions/tab_restore_service_factory.h b/chrome/browser/sessions/tab_restore_service_factory.h
 | 
| index 86fb371791da06b961268845c1695e1fca27c86c..d07eae33bcc9379fb0830098c9619ed98b12187c 100644
 | 
| --- a/chrome/browser/sessions/tab_restore_service_factory.h
 | 
| +++ b/chrome/browser/sessions/tab_restore_service_factory.h
 | 
| @@ -34,8 +34,8 @@ class TabRestoreServiceFactory : public BrowserContextKeyedServiceFactory {
 | 
|  
 | 
|    // BrowserContextKeyedServiceFactory:
 | 
|    virtual KeyedService* BuildServiceInstanceFor(
 | 
| -      content::BrowserContext* profile) const OVERRIDE;
 | 
| -  virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
 | 
| +      content::BrowserContext* profile) const override;
 | 
| +  virtual bool ServiceIsNULLWhileTesting() const override;
 | 
|  };
 | 
|  
 | 
|  #endif  // CHROME_BROWSER_SESSIONS_TAB_RESTORE_SERVICE_FACTORY_H_
 | 
| 
 |