Index: ui/gfx/icc_profile.h |
diff --git a/ui/gfx/icc_profile.h b/ui/gfx/icc_profile.h |
index 8146b770ed20546d2ec4d08cc9d60526c7141141..d943da288f42242bc00b7ab242d5d61ec77944aa 100644 |
--- a/ui/gfx/icc_profile.h |
+++ b/ui/gfx/icc_profile.h |
@@ -27,7 +27,7 @@ namespace gfx { |
// can be lossily compressed into a ColorSpace object. This structure should |
// only be sent from higher-privilege processes to lower-privilege processes, |
// as parsing this structure is not secure. |
-class GFX_EXPORT ICCProfile { |
+class GFX_COLOR_EXPORT ICCProfile { |
public: |
ICCProfile(); |
ICCProfile(ICCProfile&& other); |