| Index: components/autofill/core/common/password_form_fill_data.cc
|
| diff --git a/components/autofill/core/common/password_form_fill_data.cc b/components/autofill/core/common/password_form_fill_data.cc
|
| index 014a24e87eac22a663d3e974339e25c05e92bd56..9b1383046e093a10761cb08286e6735f047c4bfc 100644
|
| --- a/components/autofill/core/common/password_form_fill_data.cc
|
| +++ b/components/autofill/core/common/password_form_fill_data.cc
|
| @@ -22,9 +22,7 @@ bool UsernamesCollectionKey::operator<(
|
| }
|
|
|
| PasswordFormFillData::PasswordFormFillData()
|
| - : wait_for_username(false),
|
| - is_possible_change_password_form(false),
|
| - show_form_not_secure_warning_on_autofill(false) {}
|
| + : wait_for_username(false), is_possible_change_password_form(false) {}
|
|
|
| PasswordFormFillData::PasswordFormFillData(const PasswordFormFillData& other) =
|
| default;
|
|
|