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

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: Response to review 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 b699c2e66d4204675ca0230afd9a9aca0865283d..14562a1b9fbae072ee44b0ae7a0f568eaf0eca7a 100644
--- a/chrome/browser/password_manager/password_generation_manager.h
+++ b/chrome/browser/password_manager/password_generation_manager.h
@@ -15,9 +15,6 @@
namespace autofill {
class PasswordGenerator;
-}
-
-namespace content {
struct PasswordForm;
}
@@ -86,7 +83,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