diff options
Diffstat (limited to 'ui/gfx/font.h')
-rw-r--r-- | ui/gfx/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/font.h b/ui/gfx/font.h index 9ccfadd2..b5f61d2 100644 --- a/ui/gfx/font.h +++ b/ui/gfx/font.h @@ -10,8 +10,8 @@ #include "base/memory/ref_counted.h" #include "base/string16.h" +#include "ui/base/ui_export.h" #include "ui/gfx/native_widget_types.h" -#include "ui/ui_api.h" namespace gfx { @@ -19,7 +19,7 @@ class PlatformFont; // Font provides a wrapper around an underlying font. Copy and assignment // operators are explicitly allowed, and cheap. -class UI_API Font { +class UI_EXPORT Font { public: // The following constants indicate the font style. enum FontStyle { |