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

Unified Diff: components/password_manager/core/browser/test_password_store.cc

Issue 2133953002: PasswordForm -> FormDigest for GetLogins (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@413020_ssl_valid
Patch Set: Nits addressed Created 4 years, 5 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/password_manager/core/browser/test_password_store.cc
diff --git a/components/password_manager/core/browser/test_password_store.cc b/components/password_manager/core/browser/test_password_store.cc
index 6e793574036103d117edbafa16eb32c6d099ebbe..d48c436b30a9c2a8710aefd67eba26587355ea6f 100644
--- a/components/password_manager/core/browser/test_password_store.cc
+++ b/components/password_manager/core/browser/test_password_store.cc
@@ -82,7 +82,7 @@ PasswordStoreChangeList TestPasswordStore::RemoveLoginImpl(
}
ScopedVector<autofill::PasswordForm> TestPasswordStore::FillMatchingLogins(
- const autofill::PasswordForm& form) {
+ const FormDigest& form) {
ScopedVector<autofill::PasswordForm> matched_forms;
for (const auto& elements : stored_passwords_) {
if (elements.first == form.signon_realm ||
« no previous file with comments | « components/password_manager/core/browser/test_password_store.h ('k') | ios/chrome/browser/passwords/credential_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698