Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / policy / cloud / user_policy_signin_service_factory.h
index 9c7bd59..12ecd39 100644 (file)
@@ -39,21 +39,21 @@ class UserPolicySigninServiceFactory
 
  protected:
   // BrowserContextKeyedServiceFactory implementation.
-  virtual KeyedService* BuildServiceInstanceFor(
-      content::BrowserContext* profile) const OVERRIDE;
+  KeyedService* BuildServiceInstanceFor(
+      content::BrowserContext* profile) const override;
 
   // Overridden to cause this object to be created when the profile is created.
-  virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
+  bool ServiceIsCreatedWithBrowserContext() const override;
 
   // Register the preferences related to cloud-based user policy.
-  virtual void RegisterProfilePrefs(
-      user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
+  void RegisterProfilePrefs(
+      user_prefs::PrefRegistrySyncable* registry) override;
 
  private:
   friend struct DefaultSingletonTraits<UserPolicySigninServiceFactory>;
 
   UserPolicySigninServiceFactory();
-  virtual ~UserPolicySigninServiceFactory();
+  ~UserPolicySigninServiceFactory() override;
 
   DISALLOW_COPY_AND_ASSIGN(UserPolicySigninServiceFactory);
 };