| Index: chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h
|
| index e07d78c7f11ac22a16d22745c4e11468fbf98fec..370fb7289805f2fcf4d49f1fe4d1f9eb66f78c46 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.h
|
| @@ -8,7 +8,7 @@
|
| #import <Cocoa/Cocoa.h>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| -#import "chrome/browser/ui/cocoa/base_bubble_controller.h"
|
| +#import "chrome/browser/ui/cocoa/omnibox_decoration_bubble_controller.h"
|
| #import "chrome/browser/ui/cocoa/passwords/base_passwords_content_view_controller.h"
|
| #import "chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h"
|
| #include "chrome/browser/ui/passwords/manage_passwords_bubble_model.h"
|
| @@ -17,7 +17,7 @@
|
| // views according to user interaction and updates the password management state
|
| // accordingly.
|
| @interface ManagePasswordsBubbleController
|
| - : BaseBubbleController<BasePasswordsContentViewDelegate> {
|
| + : OmniboxDecorationBubbleController<BasePasswordsContentViewDelegate> {
|
| @private
|
| ManagePasswordsBubbleModel* model_;
|
| base::scoped_nsobject<BasePasswordsContentViewController> currentController_;
|
|
|