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 18c5c523b64db59734d3fd28e2cccf689036ca75..34d6e0e077af5895b08ed1c3fb0897dbd82471ce 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm |
@@ -15,7 +15,6 @@ |
#include "testing/platform_test.h" |
#include "ui/base/resource/resource_bundle.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 |