| Index: chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm b/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm
|
| index cc35b99bf2432582cb2e012f2ded15c6565563f5..beb8cee38750779894e23c339cc510e95427894a 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm
|
| @@ -50,7 +50,7 @@ class PasswordsListViewControllerTest : public ManagePasswordsControllerTest {
|
| }
|
|
|
| void SetUpPendingState(const autofill::PasswordForm* form) {
|
| - ManagePasswordsControllerTest::SetUpPendingState();
|
| + ManagePasswordsControllerTest::SetUpPendingState(false);
|
| controller_.reset([[PasswordsListViewController alloc]
|
| initWithModel:GetModelAndCreateIfNull()
|
| forms:std::vector<const autofill::PasswordForm*>(1, form)]);
|
|
|