Index: components/autofill/core/common/password_form.cc |
diff --git a/components/autofill/core/common/password_form.cc b/components/autofill/core/common/password_form.cc |
index acb9b45797e2f626b3bef0f5d057c58d0acdc64d..2c7b1fc439830fa57eeef9f681ea14269aff2038 100644 |
--- a/components/autofill/core/common/password_form.cc |
+++ b/components/autofill/core/common/password_form.cc |
@@ -84,7 +84,8 @@ PasswordForm::PasswordForm() |
layout(Layout::LAYOUT_OTHER), |
was_parsed_using_autofill_predictions(false), |
is_public_suffix_match(false), |
- is_affiliation_based_match(false) {} |
+ is_affiliation_based_match(false), |
+ does_look_like_signup_form(false) {} |
PasswordForm::PasswordForm(const PasswordForm& other) = default; |