| Index: chrome/browser/cocoa/nsimage_cache_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/nsimage_cache_unittest.mm (revision 28009)
|
| +++ chrome/browser/cocoa/nsimage_cache_unittest.mm (working copy)
|
| @@ -6,12 +6,15 @@
|
|
|
| #include "base/file_path.h"
|
| #include "base/mac_util.h"
|
| +#include "base/nsimage_cache_mac.h"
|
| #include "base/path_service.h"
|
| -#include "chrome/browser/cocoa/nsimage_cache.h"
|
| #include "chrome/common/mac_app_names.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|
| +// This tests nsimage_cache, which lives in base/. The unit test is in
|
| +// chrome/ because it depends on having a built-up Chrome present.
|
| +
|
| namespace {
|
|
|
| class NSImageCacheTest : public PlatformTest {
|
|
|