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

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: 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 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

Powered by Google App Engine
This is Rietveld 408576698