Index: chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h |
diff --git a/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h b/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h |
index 02e98f4673038e7c4a6fa0cca967554524ad804e..26cb91f052db37d4a10ea8e2cfe34e60d1666a22 100644 |
--- a/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h |
+++ b/chrome/browser/ui/cocoa/passwords/pending_password_view_controller.h |
@@ -14,7 +14,7 @@ |
// Base class for the views that offer to save/update the user's password. |
@interface PendingPasswordViewController |
- : ManagePasswordsBubbleContentViewController<NSTextViewDelegate> { |
+ : BasePasswordsContentViewController<NSTextViewDelegate> { |
@private |
base::scoped_nsobject<NSButton> closeButton_; |
} |