Chromium Code Reviews| Index: ui/gfx/platform_font_win.h |
| diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h |
| index ffa82499d450e1a82582d6ceb3f1e92eb477e1ec..77f3658132a1eabdeae3c65cfb84470bf6c95707 100644 |
| --- a/ui/gfx/platform_font_win.h |
| +++ b/ui/gfx/platform_font_win.h |
| @@ -14,7 +14,7 @@ |
| namespace gfx { |
| -class UI_EXPORT PlatformFontWin : public PlatformFont { |
| +class GFX_EXPORT PlatformFontWin : public PlatformFont { |
| public: |
| PlatformFontWin(); |
| explicit PlatformFontWin(NativeFont native_font); |