| Index: components/autofill/core/common/password_form.h
|
| diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
|
| index bbcf72ae0fc09c9962492ec4c7a2bd9aada3573b..70fc298463c7ef0fc7e332e1a8a81750df37fc3e 100644
|
| --- a/components/autofill/core/common/password_form.h
|
| +++ b/components/autofill/core/common/password_form.h
|
| @@ -274,8 +274,8 @@ typedef std::map<base::string16, const PasswordForm*> ConstPasswordFormMap;
|
|
|
| // For testing.
|
| std::ostream& operator<<(std::ostream& os, PasswordForm::Layout layout);
|
| -std::ostream& operator<<(std::ostream& os,
|
| - const autofill::PasswordForm& form);
|
| +std::ostream& operator<<(std::ostream& os, const autofill::PasswordForm& form);
|
| +std::ostream& operator<<(std::ostream& os, autofill::PasswordForm* form);
|
|
|
| } // namespace autofill
|
|
|
|
|