| Index: ui/gfx/platform_font.h
|
| diff --git a/ui/gfx/platform_font.h b/ui/gfx/platform_font.h
|
| index 09bf8be0b3d2843f7c6348cc96f21b0cd1fcabc6..7670d47602a3724114a4dc4bd3d93e282ed7f1e8 100644
|
| --- a/ui/gfx/platform_font.h
|
| +++ b/ui/gfx/platform_font.h
|
| @@ -16,7 +16,7 @@ namespace gfx {
|
|
|
| class Font;
|
|
|
| -class UI_EXPORT PlatformFont : public base::RefCounted<PlatformFont> {
|
| +class GFX_EXPORT PlatformFont : public base::RefCounted<PlatformFont> {
|
| public:
|
| // Creates an appropriate PlatformFont implementation.
|
| static PlatformFont* CreateDefault();
|
|
|