Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / sync / one_click_signin_sync_observer.h
index 23dca83..28b6b9d 100644 (file)
@@ -27,14 +27,14 @@ class OneClickSigninSyncObserver : public content::WebContentsObserver,
 
  protected:
   // Exposed for testing.
-  virtual ~OneClickSigninSyncObserver();
+  ~OneClickSigninSyncObserver() override;
 
  private:
   // content::WebContentsObserver:
-  virtual void WebContentsDestroyed() OVERRIDE;
+  void WebContentsDestroyed() override;
 
   // ProfileSyncServiceObserver:
-  virtual void OnStateChanged() OVERRIDE;
+  void OnStateChanged() override;
 
   // Loads the |continue_url_| in the |web_contents()|.
   void LoadContinueUrl();