| Index: chrome/browser/ui/browser_tab_contents.cc
|
| diff --git a/chrome/browser/ui/browser_tab_contents.cc b/chrome/browser/ui/browser_tab_contents.cc
|
| index ef5079e73fba83a894bf4ac6f9ed0c3e47749c83..72b220d1c1915bd50dd252c6d2f4822c2d9827f7 100644
|
| --- a/chrome/browser/ui/browser_tab_contents.cc
|
| +++ b/chrome/browser/ui/browser_tab_contents.cc
|
| @@ -39,7 +39,7 @@
|
| #include "chrome/browser/ui/bookmarks/bookmark_tab_helper.h"
|
| #include "chrome/browser/ui/find_bar/find_tab_helper.h"
|
| #include "chrome/browser/ui/hung_plugin_tab_helper.h"
|
| -#include "chrome/browser/ui/passwords/manage_passwords_icon_controller.h"
|
| +#include "chrome/browser/ui/passwords/manage_passwords_bubble_ui_controller.h"
|
| #include "chrome/browser/ui/pdf/pdf_tab_helper.h"
|
| #include "chrome/browser/ui/prefs/prefs_tab_helper.h"
|
| #include "chrome/browser/ui/sad_tab_helper.h"
|
| @@ -161,7 +161,7 @@ void BrowserTabContents::AttachTabHelpers(WebContents* web_contents) {
|
| TabSpecificContentSettings::CreateForWebContents(web_contents);
|
| ThumbnailTabHelper::CreateForWebContents(web_contents);
|
| TranslateTabHelper::CreateForWebContents(web_contents);
|
| - ManagePasswordsIconController::CreateForWebContents(web_contents);
|
| + ManagePasswordsBubbleUIController::CreateForWebContents(web_contents);
|
| ZoomController::CreateForWebContents(web_contents);
|
|
|
| #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
|
|
|