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

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

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.h
diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h
index f8a2f5b822313de874e29e9d5df5282d9de7025d..dcb9e15613c3adb8ebfe7add9ce9d248b8090751 100644
--- a/components/password_manager/core/browser/test_password_store.h
+++ b/components/password_manager/core/browser/test_password_store.h
@@ -45,7 +45,7 @@ class TestPasswordStore : public PasswordStore {
PasswordStoreChangeList RemoveLoginImpl(
const autofill::PasswordForm& form) override;
ScopedVector<autofill::PasswordForm> FillMatchingLogins(
- const autofill::PasswordForm& form) override;
+ const FormDigest& form) override;
// Unused portions of PasswordStore interface
void ReportMetricsImpl(const std::string& sync_username,

Powered by Google App Engine
This is Rietveld 408576698