| Index: chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h
|
| diff --git a/chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h b/chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h
|
| index 63c156f0db4f14c73e1862c9f8e5662bfbf6caeb..cd4ff599dd1e927675fcc736314b343963f91420 100644
|
| --- a/chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h
|
| +++ b/chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h
|
| @@ -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 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;
|
| + 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;
|
| + bool* out_close_dialog) override;
|
| + virtual bool ShouldShowDialogTitle() const override;
|
|
|
| // Weak pointer to the containing view.
|
| content::WebContents* web_contents_;
|
|
|