| Index: chrome/browser/signin/signin_global_error_factory.h
|
| diff --git a/chrome/browser/signin/signin_global_error_factory.h b/chrome/browser/signin/signin_global_error_factory.h
|
| index 26e9b19665b55c9d8aa49ffd7721f3482a69ba14..fd7ea86f179bbcc277e52c8f60dceae63c0732e5 100644
|
| --- a/chrome/browser/signin/signin_global_error_factory.h
|
| +++ b/chrome/browser/signin/signin_global_error_factory.h
|
| @@ -31,7 +31,7 @@ class SigninGlobalErrorFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SigninGlobalErrorFactory);
|
| };
|
|
|