| 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 104dab98cc61d774c4775472af94de77cb78b513..656a1c6f739334333e95e28b51a9f353562d8a06 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| @@ -44,10 +44,8 @@ class ManagePasswordsControllerTest : public CocoaProfileTest {
|
|
|
| // Helper delegate for testing the views of the password management bubble.
|
| @interface ContentViewDelegateMock
|
| - : NSObject<ManagePasswordsBubbleContentViewDelegate> {
|
| - @private
|
| - BOOL _dismissed;
|
| -}
|
| + : NSObject<ManagePasswordsBubbleContentViewDelegate>
|
| +@property(nonatomic) ManagePasswordsBubbleModel* model;
|
| @property(readonly, nonatomic) BOOL dismissed;
|
| @end
|
|
|
|
|