| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| index a9acd42f0e99d876aa8332a8406d91697d3648fe..9fe1263294f9de152d66624f179dbc4cbab1243a 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -116,7 +116,8 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
|
| virtual gfx::Image ButtonStripImage() const OVERRIDE;
|
| virtual int GetDialogButtons() const OVERRIDE;
|
| virtual bool IsDialogButtonEnabled(ui::DialogButton button) const OVERRIDE;
|
| - virtual DialogOverlayState GetDialogOverlay() OVERRIDE;
|
| + virtual DialogOverlayState GetDialogOverlay(
|
| + const ui::NativeTheme* theme) OVERRIDE;
|
| virtual const std::vector<gfx::Range>& LegalDocumentLinks() OVERRIDE;
|
| virtual bool SectionIsActive(DialogSection section) const OVERRIDE;
|
| virtual const DetailInputs& RequestedFieldsForSection(DialogSection section)
|
|
|