| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm
|
| index 7894a9ebe16ebaf582c114c9f4d1c65e00384dd1..52e1831344beac445796a34e752898e8990dd9cc 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "app/mac/nsimage_cache.h"
|
| #include "base/memory/scoped_nsobject.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| @@ -13,6 +12,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
| #include "ui/gfx/image/image.h"
|
| +#include "ui/gfx/mac/nsimage_cache.h"
|
|
|
| // Simple class to remember how many mouseEntered: and mouseExited:
|
| // calls it gets. Only used by BookmarkMouseForwarding but placed
|
|
|