| Index: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h
|
| index 3bd1d2e169f1ab45310309503551a3fc66d65490..ea0023ee4ef9f9bfd6f731893ea588da39df077c 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h
|
| @@ -11,7 +11,7 @@
|
| #import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h"
|
|
|
| class ManagePasswordsBubbleModel;
|
| -@class ManagePasswordItemViewController;
|
| +@class PasswordsListViewController;
|
|
|
| // Manages the view that offers to save the user's password.
|
| @interface ManagePasswordsBubblePendingViewController
|
| @@ -21,7 +21,7 @@ class ManagePasswordsBubbleModel;
|
| base::scoped_nsobject<NSButton> saveButton_;
|
| base::scoped_nsobject<NSButton> neverButton_;
|
| base::scoped_nsobject<NSButton> closeButton_;
|
| - base::scoped_nsobject<ManagePasswordItemViewController> passwordItem_;
|
| + base::scoped_nsobject<PasswordsListViewController> passwordItem_;
|
| }
|
| - (id)initWithModel:(ManagePasswordsBubbleModel*)model
|
| delegate:(id<ManagePasswordsBubbleContentViewDelegate>)delegate;
|
|
|