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

Unified Diff: chrome/browser/password_manager/password_store_win.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: chrome/browser/password_manager/password_store_win.h
diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h
index f1272b3aac8aab175555a9a8cd97d57af9ba18f5..6d728d77991869e307bd24b6f639ea13bde1ff57 100644
--- a/chrome/browser/password_manager/password_store_win.h
+++ b/chrome/browser/password_manager/password_store_win.h
@@ -45,7 +45,7 @@ class PasswordStoreWin : public password_manager::PasswordStoreDefault {
void ShutdownOnDBThread();
// password_manager::PasswordStore:
- void GetLoginsImpl(const autofill::PasswordForm& form,
+ void GetLoginsImpl(const password_manager::PasswordStore::FormDigest& form,
std::unique_ptr<GetLoginsRequest> request) override;
std::unique_ptr<DBHandler> db_handler_;

Powered by Google App Engine
This is Rietveld 408576698