| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm (revision 72000)
|
| +++ chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm (working copy)
|
| @@ -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/resource_bundle.h"
|
| #include "base/scoped_nsobject.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| @@ -13,6 +12,7 @@
|
| #include "grit/app_resources.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| // Simple class to remember how many mouseEntered: and mouseExited:
|
| // calls it gets. Only used by BookmarkMouseForwarding but placed
|
|
|