Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1506)

Unified Diff: components/autofill/core/common/password_form.h

Issue 1022823002: Make test outputs involving PasswordForms more readable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + added new field that was added inbetween. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/sync/test/integration/passwords_helper.cc ('k') | components/autofill/core/common/password_form.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698