Index: ui/gfx/icc_profile.h |
diff --git a/ui/gfx/icc_profile.h b/ui/gfx/icc_profile.h |
index 8146b770ed20546d2ec4d08cc9d60526c7141141..07f6fcb62a842bfaa42c99243a91195bdfd2c923 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 COLOR_SPACE_EXPORT ICCProfile { |
public: |
ICCProfile(); |
ICCProfile(ICCProfile&& other); |