| Index: chrome/browser/signin/profile_oauth2_token_service_factory.h
|
| diff --git a/chrome/browser/signin/profile_oauth2_token_service_factory.h b/chrome/browser/signin/profile_oauth2_token_service_factory.h
|
| index 33f5afa62fd4c6990bb6f0f6d948318bf7056c3c..f972e6c7575ecae8c2acc3af3f233a57aea53f9e 100644
|
| --- a/chrome/browser/signin/profile_oauth2_token_service_factory.h
|
| +++ b/chrome/browser/signin/profile_oauth2_token_service_factory.h
|
| @@ -54,10 +54,10 @@ class ProfileOAuth2TokenServiceFactory
|
| #endif
|
|
|
| ProfileOAuth2TokenServiceFactory();
|
| - virtual ~ProfileOAuth2TokenServiceFactory();
|
| + ~ProfileOAuth2TokenServiceFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory implementation.
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ProfileOAuth2TokenServiceFactory);
|
|
|