| Index: extensions/browser/guest_view/web_view/javascript_dialog_helper.h
|
| diff --git a/extensions/browser/guest_view/web_view/javascript_dialog_helper.h b/extensions/browser/guest_view/web_view/javascript_dialog_helper.h
|
| index d9ceee90eb1d81168f6730c2e4b8b7f759f9ae47..5b6cc6a6c8ed0bca0ee0e0e15ed59717ea31c871 100644
|
| --- a/extensions/browser/guest_view/web_view/javascript_dialog_helper.h
|
| +++ b/extensions/browser/guest_view/web_view/javascript_dialog_helper.h
|
| @@ -25,20 +25,20 @@ class JavaScriptDialogHelper : public content::JavaScriptDialogManager {
|
| const base::string16& message_text,
|
| const base::string16& default_prompt_text,
|
| const DialogClosedCallback& callback,
|
| - bool* did_suppress_message) OVERRIDE;
|
| + bool* did_suppress_message) override;
|
| virtual void RunBeforeUnloadDialog(
|
| content::WebContents* web_contents,
|
| const base::string16& message_text,
|
| bool is_reload,
|
| - const DialogClosedCallback& callback) OVERRIDE;
|
| + const DialogClosedCallback& callback) override;
|
| virtual bool HandleJavaScriptDialog(
|
| content::WebContents* web_contents,
|
| bool accept,
|
| - const base::string16* prompt_override) OVERRIDE;
|
| + const base::string16* prompt_override) override;
|
| virtual void CancelActiveAndPendingDialogs(
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + content::WebContents* web_contents) override;
|
| virtual void WebContentsDestroyed(
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + content::WebContents* web_contents) override;
|
|
|
| private:
|
| void OnPermissionResponse(
|
|
|