| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| index a282a4ddd439084604b1e9bd813677b39c7be06d..706eff98ef12694b17a5339cee453a0d1538d422 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| @@ -126,7 +126,7 @@ AutofillDialogControllerImpl::AutofillDialogControllerImpl(
|
| const base::Callback<void(const FormStructure*)>& callback)
|
| : profile_(Profile::FromBrowserContext(contents->GetBrowserContext())),
|
| contents_(contents),
|
| - form_structure_(form),
|
| + form_structure_(form, false),
|
| source_url_(source_url),
|
| ssl_status_(ssl_status),
|
| callback_(callback),
|
|
|