diff options
Diffstat (limited to 'app/gfx/font_util.h')
-rw-r--r-- | app/gfx/font_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/font_util.h b/app/gfx/font_util.h index 36bc693..29caeb4 100644 --- a/app/gfx/font_util.h +++ b/app/gfx/font_util.h @@ -5,7 +5,7 @@ #ifndef APP_GFX_FONT_UTIL_H_ #define APP_GFX_FONT_UTIL_H_ -#include "base/gfx/size.h" +#include "gfx/size.h" namespace gfx { |