| Index: chrome/browser/webdata/web_data_service_factory.h
 | 
| diff --git a/chrome/browser/webdata/web_data_service_factory.h b/chrome/browser/webdata/web_data_service_factory.h
 | 
| index 80b40c1c0d13f8b5fff767214be9abe460689b36..c862a871eb3aa3175d498f8d8adae52d521109e0 100644
 | 
| --- a/chrome/browser/webdata/web_data_service_factory.h
 | 
| +++ b/chrome/browser/webdata/web_data_service_factory.h
 | 
| @@ -35,7 +35,7 @@ class WebDataServiceWrapper : public KeyedService {
 | 
|    virtual ~WebDataServiceWrapper();
 | 
|  
 | 
|    // KeyedService:
 | 
| -  virtual void Shutdown() OVERRIDE;
 | 
| +  virtual void Shutdown() override;
 | 
|  
 | 
|    virtual scoped_refptr<autofill::AutofillWebDataService> GetAutofillWebData();
 | 
|  
 | 
| @@ -106,10 +106,10 @@ class WebDataServiceFactory : public BrowserContextKeyedServiceFactory {
 | 
|  
 | 
|    // |BrowserContextKeyedBaseFactory| methods:
 | 
|    virtual content::BrowserContext* GetBrowserContextToUse(
 | 
| -      content::BrowserContext* context) const OVERRIDE;
 | 
| +      content::BrowserContext* context) const override;
 | 
|    virtual KeyedService* BuildServiceInstanceFor(
 | 
| -      content::BrowserContext* profile) const OVERRIDE;
 | 
| -  virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
 | 
| +      content::BrowserContext* profile) const override;
 | 
| +  virtual bool ServiceIsNULLWhileTesting() const override;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(WebDataServiceFactory);
 | 
|  };
 | 
| 
 |