| 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_;
|
|
|