Index: chrome/browser/signin/easy_unlock_service_factory.h |
diff --git a/chrome/browser/signin/easy_unlock_service_factory.h b/chrome/browser/signin/easy_unlock_service_factory.h |
index 9c06492b7819ee04384f2faf697c3b628768b053..7f95cdc539a3aba51bf4c836975ad893a09e76df 100644 |
--- a/chrome/browser/signin/easy_unlock_service_factory.h |
+++ b/chrome/browser/signin/easy_unlock_service_factory.h |
@@ -31,11 +31,11 @@ class EasyUnlockServiceFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* context) const OVERRIDE; |
+ content::BrowserContext* context) const override; |
virtual content::BrowserContext* GetBrowserContextToUse( |
- content::BrowserContext* context) const OVERRIDE; |
- virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
+ content::BrowserContext* context) const override; |
+ virtual bool ServiceIsCreatedWithBrowserContext() const override; |
+ virtual bool ServiceIsNULLWhileTesting() const override; |
DISALLOW_COPY_AND_ASSIGN(EasyUnlockServiceFactory); |
}; |