Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / test / integration / themes_helper.cc
index 79a948c..324745e 100644 (file)
@@ -87,16 +87,16 @@ class ThemePendingInstallChecker : public StatusChangeChecker,
                                    public content::NotificationObserver {
  public:
   ThemePendingInstallChecker(Profile* profile, const std::string& theme);
-  virtual ~ThemePendingInstallChecker();
+  ~ThemePendingInstallChecker() override;
 
   // Implementation of StatusChangeChecker.
-  virtual std::string GetDebugMessage() const OVERRIDE;
-  virtual bool IsExitConditionSatisfied() OVERRIDE;
+  std::string GetDebugMessage() const override;
+  bool IsExitConditionSatisfied() override;
 
   // Implementation of content::NotificationObserver.
-  virtual void Observe(int type,
-                       const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
   // Waits until the condition to be met or a timeout occurs.
   void Wait();
@@ -167,16 +167,16 @@ class ThemeConditionChecker : public StatusChangeChecker,
   ThemeConditionChecker(Profile* profile,
                         const std::string& debug_message_,
                         base::Callback<bool(ThemeService*)> exit_condition);
-  virtual ~ThemeConditionChecker();
+  ~ThemeConditionChecker() override;
 
   // Implementation of StatusChangeChecker.
-  virtual std::string GetDebugMessage() const OVERRIDE;
-  virtual bool IsExitConditionSatisfied() OVERRIDE;
+  std::string GetDebugMessage() const override;
+  bool IsExitConditionSatisfied() override;
 
   // Implementation of content::NotificationObserver.
-  virtual void Observe(int type,
-                       const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
   // Waits until the condition to be met or a timeout occurs.
   void Wait();