Index: ui/gfx/insets_f.h |
diff --git a/ui/gfx/insets_f.h b/ui/gfx/insets_f.h |
index 045b8a02e8e2ba367fedaa85edf5d5f2d01999b7..43b801dcb226c17194c3543fadcbc98275544c58 100644 |
--- a/ui/gfx/insets_f.h |
+++ b/ui/gfx/insets_f.h |
@@ -14,7 +14,7 @@ |
namespace gfx { |
// A floating versin of gfx::Insets. |
-class UI_EXPORT InsetsF : public InsetsBase<InsetsF, float> { |
+class GFX_EXPORT InsetsF : public InsetsBase<InsetsF, float> { |
public: |
InsetsF(); |
InsetsF(float top, float left, float bottom, float right); |