Index: chrome/browser/signin/chrome_signin_client_factory.h |
diff --git a/chrome/browser/signin/chrome_signin_client_factory.h b/chrome/browser/signin/chrome_signin_client_factory.h |
index b1b96f6835aba65dde01128d62767d2e49bf2358..bfdac872daa638235f6032d618dff2fcc7f15103 100644 |
--- a/chrome/browser/signin/chrome_signin_client_factory.h |
+++ b/chrome/browser/signin/chrome_signin_client_factory.h |
@@ -31,7 +31,7 @@ class ChromeSigninClientFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory: |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const override; |
}; |
#endif // CHROME_BROWSER_SIGNIN_CHROME_SIGNIN_CLIENT_FACTORY_H_ |