| Index: content/public/common/password_form.cc
|
| diff --git a/content/public/common/password_form.cc b/content/public/common/password_form.cc
|
| index e991a2b43e5621fa983020377dce644925bfd2ff..7acff86c1667673438bc4334825aa0f3ecafc527 100644
|
| --- a/content/public/common/password_form.cc
|
| +++ b/content/public/common/password_form.cc
|
| @@ -12,7 +12,8 @@ PasswordForm::PasswordForm()
|
| ssl_valid(false),
|
| preferred(false),
|
| blacklisted_by_user(false),
|
| - type(TYPE_MANUAL) {
|
| + type(TYPE_MANUAL),
|
| + times_used(0) {
|
| }
|
|
|
| PasswordForm::~PasswordForm() {
|
|
|