Chromium Code Reviews| Index: ui/gfx/transform.h |
| diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h |
| index 0c686560f65b3308f5d4d55f922ebeb9592f5e3c..e2c55865ae9a72baec3cd3713434472ee9e090d7 100644 |
| --- a/ui/gfx/transform.h |
| +++ b/ui/gfx/transform.h |
| @@ -21,7 +21,7 @@ class Vector3dF; |
| // 4x4 transformation matrix. Transform is cheap and explicitly allows |
| // copy/assign. |
| -class UI_EXPORT Transform { |
| +class GFX_EXPORT Transform { |
| public: |
| enum SkipInitialization { |