| Index: ui/gfx/image/image_png_rep.h
|
| diff --git a/ui/gfx/image/image_png_rep.h b/ui/gfx/image/image_png_rep.h
|
| index 98e37454b7f37464355ac59e3c7a83c969218a4b..5c26134fa732ef21388439048fa022453404f9f4 100644
|
| --- a/ui/gfx/image/image_png_rep.h
|
| +++ b/ui/gfx/image/image_png_rep.h
|
| @@ -13,7 +13,7 @@ class Size;
|
|
|
| // An ImagePNGRep represents a bitmap's png encoded data and the scale factor it
|
| // was intended for.
|
| -struct UI_EXPORT ImagePNGRep {
|
| +struct GFX_EXPORT ImagePNGRep {
|
| public:
|
| ImagePNGRep();
|
| ImagePNGRep(const scoped_refptr<base::RefCountedMemory>& data,
|
|
|