Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1929)

Unified Diff: ui/gfx/image/image.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/icon_util.h ('k') | ui/gfx/image/image_skia_operations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image/image.h
diff --git a/ui/gfx/image/image.h b/ui/gfx/image/image.h
index d552859dde57d399c201fdf2a02a7f1183be2141..59b7a6e25ef0eaa02328a2d8a478b7355b83a157 100644
--- a/ui/gfx/image/image.h
+++ b/ui/gfx/image/image.h
@@ -23,7 +23,6 @@
#include "base/basictypes.h"
#include "base/containers/scoped_ptr_map.h"
-#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted_memory.h"
#include "base/memory/scoped_ptr.h"
#include "ui/gfx/gfx_export.h"
@@ -35,11 +34,6 @@ typedef struct CGColorSpace* CGColorSpaceRef;
class SkBitmap;
-namespace {
-class ImageTest;
-class ImageMacTest;
-}
-
namespace gfx {
struct ImagePNGRep;
class ImageSkia;
@@ -193,9 +187,6 @@ class GFX_EXPORT Image {
// Internal class that holds all the representations. This allows the Image to
// be cheaply copied.
scoped_refptr<internal::ImageStorage> storage_;
-
- friend class ::ImageTest;
- friend class ::ImageMacTest;
};
} // namespace gfx
« no previous file with comments | « ui/gfx/icon_util.h ('k') | ui/gfx/image/image_skia_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698