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

Unified Diff: chrome/browser/password_manager/password_generation_manager.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_generation_manager.h
diff --git a/chrome/browser/password_manager/password_generation_manager.h b/chrome/browser/password_manager/password_generation_manager.h
index 35754cd828c2e25b0f0d11ef8d5050e217468a0d..585ec9e52247cf836ad658b236b26d05adac57d6 100644
--- a/chrome/browser/password_manager/password_generation_manager.h
+++ b/chrome/browser/password_manager/password_generation_manager.h
@@ -17,9 +17,6 @@ namespace autofill {
struct FormData;
class FormStructure;
class PasswordGenerator;
-}
-
-namespace content {
struct PasswordForm;
}
@@ -96,7 +93,7 @@ class PasswordGenerationManager
// password will be no longer than |max_length|.
void OnShowPasswordGenerationPopup(const gfx::Rect& icon_bounds,
int max_length,
- const content::PasswordForm& form);
+ const autofill::PasswordForm& form);
// Whether password generation is enabled.
bool enabled_;

Powered by Google App Engine
This is Rietveld 408576698