Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / sync_error_controller.h
index 8b6722c..e8cd730 100644 (file)
@@ -25,7 +25,7 @@ class SyncErrorController : public ProfileSyncServiceObserver {
   };
 
   explicit SyncErrorController(ProfileSyncService* service);
-  virtual ~SyncErrorController();
+  ~SyncErrorController() override;
 
   // True if there exists an error worth elevating to the user.
   bool HasError();
@@ -34,7 +34,7 @@ class SyncErrorController : public ProfileSyncServiceObserver {
   void RemoveObserver(Observer* observer);
 
   // ProfileSyncServiceObserver:
-  virtual void OnStateChanged() OVERRIDE;
+  void OnStateChanged() override;
 
  private:
   ProfileSyncService* service_;