| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| index 168a6d900bbc8cb6e45648c304a59b60f939837e..c789dd123e282904b68c661a5aaf311532a177cf 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| @@ -76,7 +76,6 @@ class PasswordGenerationPopupControllerImpl
|
| const gfx::RectF& bounds,
|
| const PasswordForm& form,
|
| int max_length,
|
| - password_manager::PasswordManager* password_manager,
|
| password_manager::PasswordManagerDriver* driver,
|
| PasswordGenerationPopupObserver* observer,
|
| content::WebContents* web_contents,
|
| @@ -127,7 +126,6 @@ class PasswordGenerationPopupControllerImpl
|
| void CalculateBounds();
|
|
|
| PasswordForm form_;
|
| - password_manager::PasswordManager* password_manager_;
|
| password_manager::PasswordManagerDriver* driver_;
|
|
|
| // May be NULL.
|
|
|