Index: ui/gfx/codec/jpeg_codec.h |
diff --git a/ui/gfx/codec/jpeg_codec.h b/ui/gfx/codec/jpeg_codec.h |
index b6b7088c36139fbf144704f22ab987ba3a9f4302..8219221283e7979b62a9cfb4c4afac240dfffbfb 100644 |
--- a/ui/gfx/codec/jpeg_codec.h |
+++ b/ui/gfx/codec/jpeg_codec.h |
@@ -18,7 +18,7 @@ namespace gfx { |
// which has an inconvenient interface for callers. This is only used for UI |
// elements, WebKit has its own more complicated JPEG decoder which handles, |
// among other things, partially downloaded data. |
-class UI_EXPORT JPEGCodec { |
+class GFX_EXPORT JPEGCodec { |
public: |
enum ColorFormat { |
// 3 bytes per pixel (packed), in RGB order regardless of endianness. |