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

Unified Diff: chrome/browser/password_manager/password_store.cc

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.cc
diff --git a/chrome/browser/password_manager/password_store.cc b/chrome/browser/password_manager/password_store.cc
index eec4ccf2356cb5edcbcb3d98a2a25cd49f381709..953416b0f42270ed3fb801d7a3b40a853be7f987 100644
--- a/chrome/browser/password_manager/password_store.cc
+++ b/chrome/browser/password_manager/password_store.cc
@@ -10,12 +10,12 @@
#include "base/message_loop/message_loop_proxy.h"
#include "base/stl_util.h"
#include "chrome/browser/password_manager/password_store_consumer.h"
+#include "components/autofill/core/common/password_form.h"
#include "content/public/browser/browser_thread.h"
-#include "content/public/common/password_form.h"
+using autofill::PasswordForm;
using content::BrowserThread;
using std::vector;
-using content::PasswordForm;
namespace {
« no previous file with comments | « chrome/browser/password_manager/password_store.h ('k') | chrome/browser/password_manager/password_store_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698