diff options
Diffstat (limited to 'views/painter.cc')
-rw-r--r-- | views/painter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/painter.cc b/views/painter.cc index 6c67f9e..df17ce9 100644 --- a/views/painter.cc +++ b/views/painter.cc @@ -5,9 +5,9 @@ #include "views/painter.h" #include "app/gfx/canvas.h" -#include "app/gfx/insets.h" #include "app/resource_bundle.h" #include "base/logging.h" +#include "gfx/insets.h" #include "third_party/skia/include/core/SkBitmap.h" #include "third_party/skia/include/effects/SkGradientShader.h" |