Chromium Code Reviews| Index: ui/gfx/transform.h |
| diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h |
| index 0bae588304a467085717a3c96d5e3507a926eb5c..72a027ac6c2fb02382a4c1cd6079ea6ff73338f1 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 { |