| Index: ui/gfx/image/image_skia.h
|
| diff --git a/ui/gfx/image/image_skia.h b/ui/gfx/image/image_skia.h
|
| index ec3e65a5998f0cd0674be843d2d2dbdee717ad8b..fa5d070ad9bdc31e17f10371dfb9d4c2dd7bb052 100644
|
| --- a/ui/gfx/image/image_skia.h
|
| +++ b/ui/gfx/image/image_skia.h
|
| @@ -34,7 +34,7 @@ class TestOnThread;
|
| // returned from ImageSkia::GetRepresentation, not on ImageSkia.
|
| //
|
| // ImageSkia is cheap to copy and intentionally supports copy semantics.
|
| -class UI_EXPORT ImageSkia {
|
| +class GFX_EXPORT ImageSkia {
|
| public:
|
| typedef std::vector<ImageSkiaRep> ImageSkiaReps;
|
|
|
|
|