| Index: chrome/browser/ui/cocoa/passwords/passwords_bubble_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller_unittest.mm
|
| index 627f91f59163aca0e42b1f8c76a70ca0ed3fc2c5..68e0753b3ab2bcc31f7951e8bc50c03ae690056d 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller_unittest.mm
|
| @@ -70,7 +70,7 @@ TEST_F(ManagePasswordsBubbleControllerTest, DismissingShouldCloseWindow) {
|
|
|
| TEST_F(ManagePasswordsBubbleControllerTest, ManageStateShouldHaveManageView) {
|
| SetUpManageState();
|
| - EXPECT_EQ([ManagePasswordsBubbleManageViewController class],
|
| + EXPECT_EQ([ManagePasswordsViewController class],
|
| [[controller() currentController] class]);
|
| }
|
|
|
|
|