| Index: chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h b/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h
|
| index 5a748cf91b696b0726f38ed781c0e4a5bab92de1..fbd94a1539970778029030e6d8c03dfa24935d18 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_sign_in_delegate.h
|
| @@ -31,23 +31,23 @@ class AutofillDialogSignInDelegate: public content::WebContentsDelegate,
|
|
|
| // WebContentsDelegate implementation.
|
| virtual void ResizeDueToAutoResize(content::WebContents* source,
|
| - const gfx::Size& preferred_size) OVERRIDE;
|
| + const gfx::Size& preferred_size) override;
|
| 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 PreHandleGestureEvent(
|
| content::WebContents* source,
|
| - const blink::WebGestureEvent& event) OVERRIDE;
|
| + const blink::WebGestureEvent& event) override;
|
|
|
| // WebContentsObserver implementation.
|
| virtual void RenderViewCreated(
|
| - content::RenderViewHost* render_view_host) OVERRIDE;
|
| + content::RenderViewHost* render_view_host) override;
|
|
|
| // Updates the size limits and enables auto-resize for this view.
|
| void UpdateLimitsAndEnableAutoResize(const gfx::Size& minimum_size,
|
|
|