| 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 783eda54786c8e433d20807d7799e65c5523b62b..46101bce18fad7b578bab6e6a14827672c370c01 100644
|
| --- a/components/autofill/core/common/password_form.h
|
| +++ b/components/autofill/core/common/password_form.h
|
| @@ -255,8 +255,8 @@ typedef std::map<base::string16, PasswordForm*> PasswordFormMap;
|
| typedef std::map<base::string16, const PasswordForm*> ConstPasswordFormMap;
|
|
|
| // For testing.
|
| -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
|
|
|
|
|