| Index: ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| diff --git a/ui/web_dialogs/web_dialog_web_contents_delegate.h b/ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| index 50b4a65858b8115dcd9099a02bdd07a0ba3599b0..d5ed7251cd59176d07124103772a539a60ad973f 100644
|
| --- a/ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| +++ b/ui/web_dialogs/web_dialog_web_contents_delegate.h
|
| @@ -55,18 +55,18 @@ class WEB_DIALOGS_EXPORT WebDialogWebContentsDelegate
|
| // content::WebContentsDelegate declarations.
|
| virtual content::WebContents* OpenURLFromTab(
|
| content::WebContents* source,
|
| - const content::OpenURLParams& params) OVERRIDE;
|
| + const content::OpenURLParams& params) override;
|
| virtual void AddNewContents(content::WebContents* source,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture,
|
| - bool* was_blocked) OVERRIDE;
|
| + bool* was_blocked) override;
|
| virtual bool IsPopupOrPanel(
|
| - const content::WebContents* source) const OVERRIDE;
|
| + const content::WebContents* source) const override;
|
| virtual bool PreHandleGestureEvent(
|
| content::WebContents* source,
|
| - const blink::WebGestureEvent& event) OVERRIDE;
|
| + const blink::WebGestureEvent& event) override;
|
|
|
| private:
|
| // Weak pointer. Always an original profile.
|
|
|