| Index: chrome/browser/ui/cocoa/status_icons/status_icon_mac_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/status_icons/status_icon_mac_unittest.mm (revision 72000)
|
| +++ chrome/browser/ui/cocoa/status_icons/status_icon_mac_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/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #import "chrome/browser/ui/cocoa/cocoa_test_helper.h"
|
| @@ -11,6 +10,7 @@
|
| #include "grit/theme_resources.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| class SkBitmap;
|
|
|
|
|