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

Unified Diff: chrome/browser/password_manager/password_store_win.h

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase Created 7 years, 3 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 c831afd3a219aaeda10422beea797e5758d156c2..7dd8aa24e39115f1478ba85bd301f51da1d588f1 100644
--- a/chrome/browser/password_manager/password_store_win.h
+++ b/chrome/browser/password_manager/password_store_win.h
@@ -12,7 +12,7 @@ class LoginDatabase;
class Profile;
class WebDataService;
-namespace content {
+namespace autofill {
struct PasswordForm;
}
@@ -37,13 +37,13 @@ class PasswordStoreWin : public PasswordStoreDefault {
void ShutdownOnDBThread();
virtual void GetLoginsImpl(
- const content::PasswordForm& form,
+ const autofill::PasswordForm& form,
const ConsumerCallbackRunner& callback_runner) OVERRIDE;
void GetIE7LoginIfNecessary(
- const content::PasswordForm& form,
+ const autofill::PasswordForm& form,
const ConsumerCallbackRunner& callback_runner,
- const std::vector<content::PasswordForm*>& matched_forms);
+ const std::vector<autofill::PasswordForm*>& matched_forms);
scoped_ptr<DBHandler> db_handler_;
« no previous file with comments | « chrome/browser/password_manager/password_store_unittest.cc ('k') | chrome/browser/password_manager/password_store_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698