| Index: chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| index 656a1c6f739334333e95e28b51a9f353562d8a06..4aa51f79df70eaa3cbcc86352697f2453b02c93b 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| @@ -43,8 +43,7 @@ class ManagePasswordsControllerTest : public CocoaProfileTest {
|
| };
|
|
|
| // Helper delegate for testing the views of the password management bubble.
|
| -@interface ContentViewDelegateMock
|
| - : NSObject<ManagePasswordsBubbleContentViewDelegate>
|
| +@interface ContentViewDelegateMock : NSObject<BasePasswordsContentViewDelegate>
|
| @property(nonatomic) ManagePasswordsBubbleModel* model;
|
| @property(readonly, nonatomic) BOOL dismissed;
|
| @end
|
|
|