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 733b6fa65563d26b1c27cea0c55d2ee26704a333..4c2581b598ea3a7a01d86a38bd90d36bdc21083a 100644 |
--- a/chrome/browser/signin/account_reconcilor_factory.h |
+++ b/chrome/browser/signin/account_reconcilor_factory.h |
@@ -28,12 +28,12 @@ class AccountReconcilorFactory : public BrowserContextKeyedServiceFactory { |
friend struct DefaultSingletonTraits<AccountReconcilorFactory>; |
AccountReconcilorFactory(); |
- virtual ~AccountReconcilorFactory(); |
+ ~AccountReconcilorFactory() override; |
// BrowserContextKeyedServiceFactory: |
- virtual KeyedService* BuildServiceInstanceFor( |
+ KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const override; |
- virtual void RegisterProfilePrefs( |
+ void RegisterProfilePrefs( |
user_prefs::PrefRegistrySyncable* registry) override; |
}; |