| Index: chrome/browser/signin/account_tracker_service_factory.h
|
| diff --git a/chrome/browser/signin/account_tracker_service_factory.h b/chrome/browser/signin/account_tracker_service_factory.h
|
| index cbb396743892401b683b5f6ea0a52f7ba28a170d..f4ce4e298115f3f82fcedd0f8a5e58a616d74c13 100644
|
| --- a/chrome/browser/signin/account_tracker_service_factory.h
|
| +++ b/chrome/browser/signin/account_tracker_service_factory.h
|
| @@ -30,12 +30,12 @@ class AccountTrackerServiceFactory
|
| friend struct DefaultSingletonTraits<AccountTrackerServiceFactory>;
|
|
|
| AccountTrackerServiceFactory();
|
| - virtual ~AccountTrackerServiceFactory();
|
| + ~AccountTrackerServiceFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory implementation.
|
| - virtual void RegisterProfilePrefs(
|
| + void RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) override;
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AccountTrackerServiceFactory);
|
|
|