| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm | 
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm | 
| index c21c1b61ebed5c2e9ae423282c8ade8e9f2bd4ed..e231f5192da3c2acc82486e2a6d56cf589d529cc 100644 | 
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm | 
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest.mm | 
| @@ -7,12 +7,12 @@ | 
|  | 
| #include "base/mac/foundation_util.h" | 
| #include "base/mac/scoped_nsobject.h" | 
| -#import "chrome/browser/ui/cocoa/cocoa_test_helper.h" | 
| #import "chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h" | 
| #import "chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h" | 
| #import "chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h" | 
| #import "chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h" | 
| #import "chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h" | 
| +#import "chrome/browser/ui/cocoa/test/cocoa_test_helper.h" | 
| #include "testing/gmock/include/gmock/gmock.h" | 
| #include "testing/gtest/include/gtest/gtest.h" | 
| #import "testing/gtest_mac.h" | 
|  |