| Index: chrome/browser/ui/cocoa/passwords/account_chooser_view_controller_unittest.mm | 
| diff --git a/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller_unittest.mm b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller_unittest.mm | 
| index e368440e182913f6242212161c8a97ae2e6f9eaa..f75b0b4b1353e83e52f8887eb8585a2a948486cd 100644 | 
| --- a/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller_unittest.mm | 
| +++ b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller_unittest.mm | 
| @@ -13,10 +13,10 @@ | 
| #include "base/strings/string16.h" | 
| #include "base/strings/sys_string_conversions.h" | 
| #include "base/strings/utf_string_conversions.h" | 
| -#include "chrome/browser/ui/cocoa/cocoa_test_helper.h" | 
| #import "chrome/browser/ui/cocoa/passwords/account_avatar_fetcher_manager.h" | 
| #import "chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h" | 
| #import "chrome/browser/ui/cocoa/passwords/credential_item_button.h" | 
| +#include "chrome/browser/ui/cocoa/test/cocoa_test_helper.h" | 
| #include "chrome/browser/ui/passwords/password_dialog_controller_mock.h" | 
| #include "components/autofill/core/common/password_form.h" | 
| #include "testing/gmock/include/gmock/gmock.h" | 
|  |