| 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
|
|
|