| Index: chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h
|
| index f99dca426b8a25f9d734d811b82d81c5ba3a8330..7d22666dad493b5d6020f2335dae2339de45cf4e 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h
|
| @@ -105,8 +105,7 @@ class ManagePasswordsBubbleUIController
|
| virtual void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) OVERRIDE;
|
| - virtual void WebContentsDestroyed(
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + virtual void WebContentsDestroyed() OVERRIDE;
|
|
|
| // Set by OnPasswordSubmitted() when the user submits a form containing login
|
| // information. If the user responds to a subsequent "Do you want to save
|
|
|