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

Unified Diff: chrome/browser/password_manager/password_generation_manager.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_generation_manager.cc
diff --git a/chrome/browser/password_manager/password_generation_manager.cc b/chrome/browser/password_manager/password_generation_manager.cc
index 7db7936c1b42e3630269eb8c865608dbaf01bfae..d00683ee0323cb92cd23f9433ff27bfe636c04ff 100644
--- a/chrome/browser/password_manager/password_generation_manager.cc
+++ b/chrome/browser/password_manager/password_generation_manager.cc
@@ -19,11 +19,11 @@
#include "components/autofill/core/browser/password_generator.h"
#include "components/autofill/core/common/autofill_messages.h"
#include "components/autofill/core/common/form_data.h"
+#include "components/autofill/core/common/password_form.h"
#include "components/user_prefs/pref_registry_syncable.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"
-#include "content/public/common/password_form.h"
#include "ipc/ipc_message_macros.h"
#include "ui/gfx/rect.h"
@@ -184,7 +184,7 @@ void PasswordGenerationManager::SendAccountCreationFormsToRenderer(
void PasswordGenerationManager::OnShowPasswordGenerationPopup(
const gfx::Rect& bounds,
int max_length,
- const content::PasswordForm& form) {
+ const autofill::PasswordForm& form) {
#if defined(OS_ANDROID)
NOTIMPLEMENTED();
#else
« no previous file with comments | « chrome/browser/password_manager/password_generation_manager.h ('k') | chrome/browser/password_manager/password_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698