| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm (revision 72000)
|
| +++ chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_cell_unittest.mm (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "app/resource_bundle.h"
|
| #include "base/scoped_nsobject.h"
|
| #include "base/utf_string_conversions.h"
|
| #import "chrome/browser/ui/cocoa/cocoa_test_helper.h"
|
| @@ -21,6 +20,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
| #import "third_party/ocmock/OCMock/OCMock.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| using ::testing::Return;
|
| using ::testing::StrictMock;
|
|
|