| Index: chrome/browser/signin/account_reconcilor_factory.h
|
| diff --git a/chrome/browser/signin/account_reconcilor_factory.h b/chrome/browser/signin/account_reconcilor_factory.h
|
| index 48025c6efb3ddd955ec2337c382117ec7be8fb61..733b6fa65563d26b1c27cea0c55d2ee26704a333 100644
|
| --- a/chrome/browser/signin/account_reconcilor_factory.h
|
| +++ b/chrome/browser/signin/account_reconcilor_factory.h
|
| @@ -32,9 +32,9 @@ class AccountReconcilorFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| virtual void RegisterProfilePrefs(
|
| - user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
|
| + user_prefs::PrefRegistrySyncable* registry) override;
|
| };
|
|
|
| #endif // CHROME_BROWSER_SIGNIN_ACCOUNT_RECONCILOR_FACTORY_H_
|
|
|