diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-27 16:56:06 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-27 16:56:06 +0000 |
commit | 4ffa789e031a7f0c8345e56a3c0813cb148176b4 (patch) | |
tree | e80237b500780d6bfb663353121655c3ec0beb2c /ui/gfx/platform_font_win.h | |
parent | fc91f92efc008ec9efac09814f37b66cb580cbf5 (diff) | |
download | chromium_src-4ffa789e031a7f0c8345e56a3c0813cb148176b4.zip chromium_src-4ffa789e031a7f0c8345e56a3c0813cb148176b4.tar.gz chromium_src-4ffa789e031a7f0c8345e56a3c0813cb148176b4.tar.bz2 |
Remove last dependencies on ui/base from ui/gfx
BUG=103304
R=sky@chromium.org
Review URL: https://codereview.chromium.org/23498059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/platform_font_win.h')
-rw-r--r-- | ui/gfx/platform_font_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/platform_font_win.h b/ui/gfx/platform_font_win.h index ffa8249..77f3658 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); |