Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / signin / account_reconcilor_factory.h
index 48025c6..4c2581b 100644 (file)
@@ -28,13 +28,13 @@ class AccountReconcilorFactory : public BrowserContextKeyedServiceFactory {
   friend struct DefaultSingletonTraits<AccountReconcilorFactory>;
 
   AccountReconcilorFactory();
-  virtual ~AccountReconcilorFactory();
+  ~AccountReconcilorFactory() override;
 
   // BrowserContextKeyedServiceFactory:
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* profile) const OVERRIDE;
-  virtual void RegisterProfilePrefs(
-      user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* profile) const override;
+  void RegisterProfilePrefs(
+      user_prefs::PrefRegistrySyncable* registry) override;
 };
 
 #endif  // CHROME_BROWSER_SIGNIN_ACCOUNT_RECONCILOR_FACTORY_H_