diff options
Diffstat (limited to 'ui/gfx/native_theme_win.h')
-rw-r--r-- | ui/gfx/native_theme_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/native_theme_win.h b/ui/gfx/native_theme_win.h index ff94e52..1f99038 100644 --- a/ui/gfx/native_theme_win.h +++ b/ui/gfx/native_theme_win.h @@ -12,10 +12,10 @@ #define UI_GFX_NATIVE_THEME_WIN_H_ #pragma once +#include "ui/gfx/size.h" #include <windows.h> #include <uxtheme.h> #include "base/basictypes.h" -#include "gfx/size.h" #include "third_party/skia/include/core/SkColor.h" namespace skia { |