Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / signin / profile_signin_confirmation_dialog.h
index 63c156f..cada63e 100644 (file)
@@ -43,7 +43,7 @@ class ProfileSigninConfirmationDialog : public ui::WebDialogDelegate {
       Profile* profile,
       const std::string& username,
       ui::ProfileSigninConfirmationDelegate* delegate);
-  virtual ~ProfileSigninConfirmationDialog();
+  ~ProfileSigninConfirmationDialog() override;
 
   // Shows the dialog and releases ownership of this object. It will
   // delete itself when the dialog is closed. If |prompt_for_new_profile|
@@ -51,17 +51,17 @@ class ProfileSigninConfirmationDialog : public ui::WebDialogDelegate {
   void Show(bool prompt_for_new_profile);
 
   // WebDialogDelegate implementation.
-  virtual ui::ModalType GetDialogModalType() const OVERRIDE;
-  virtual base::string16 GetDialogTitle() const OVERRIDE;
-  virtual GURL GetDialogContentURL() const OVERRIDE;
-  virtual void GetWebUIMessageHandlers(
-      std::vector<content::WebUIMessageHandler*>* handlers) const OVERRIDE;
-  virtual void GetDialogSize(gfx::Size* size) const OVERRIDE;
-  virtual std::string GetDialogArgs() const OVERRIDE;
-  virtual void OnDialogClosed(const std::string& json_retval) OVERRIDE;
-  virtual void OnCloseContents(content::WebContents* source,
-                               bool* out_close_dialog) OVERRIDE;
-  virtual bool ShouldShowDialogTitle() const OVERRIDE;
+  ui::ModalType GetDialogModalType() const override;
+  base::string16 GetDialogTitle() const override;
+  GURL GetDialogContentURL() const override;
+  void GetWebUIMessageHandlers(
+      std::vector<content::WebUIMessageHandler*>* handlers) const override;
+  void GetDialogSize(gfx::Size* size) const override;
+  std::string GetDialogArgs() const override;
+  void OnDialogClosed(const std::string& json_retval) override;
+  void OnCloseContents(content::WebContents* source,
+                       bool* out_close_dialog) override;
+  bool ShouldShowDialogTitle() const override;
 
   // Weak pointer to the containing view.
   content::WebContents* web_contents_;