| Index: chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc b/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| index cbee54548916a80a6daa1a51672126547247c7b5..82258405c55862623f44ac8efaa8af5bdba78268 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| @@ -81,10 +81,9 @@ void ManagePasswordsUIController::OnBlacklistBlockedAutofill(
|
| UpdateBubbleAndIconVisibility();
|
| }
|
|
|
| -void ManagePasswordsUIController::WebContentsDestroyed(
|
| - content::WebContents* web_contents) {
|
| +void ManagePasswordsUIController::WebContentsDestroyed() {
|
| password_manager::PasswordStore* password_store =
|
| - GetPasswordStore(web_contents);
|
| + GetPasswordStore(web_contents());
|
| if (password_store)
|
| password_store->RemoveObserver(this);
|
| }
|
|
|