summaryrefslogtreecommitdiffstats
path: root/ui/views/painter.cc
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2014-12-22 18:38:50 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-23 02:39:32 +0000
commit655f81de196ee49a4114a8ddaed80a4a8c9bd17d (patch)
treef182a74ba348af850c124354c9948c408e9903a7 /ui/views/painter.cc
parent7b4f8bbadd0950e2a81e8687caebd7af5f4dcd14 (diff)
downloadchromium_src-655f81de196ee49a4114a8ddaed80a4a8c9bd17d.zip
chromium_src-655f81de196ee49a4114a8ddaed80a4a8c9bd17d.tar.gz
chromium_src-655f81de196ee49a4114a8ddaed80a4a8c9bd17d.tar.bz2
Cleanup: Update the path to insets and point headers.
The geometry headers were moved from /ui/gfx/ to ui/gfx/geometry, so we are updating the include paths to fix this. BUG=395370 TEST=unit_tests, content_unittests, extensions_unittests ... TBR=sky@chromium.org,danakj@chromium.org Review URL: https://codereview.chromium.org/823703003 Cr-Commit-Position: refs/heads/master@{#309523}
Diffstat (limited to 'ui/views/painter.cc')
-rw-r--r--ui/views/painter.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/views/painter.cc b/ui/views/painter.cc
index 2dcb0c4..f3570af 100644
--- a/ui/views/painter.cc
+++ b/ui/views/painter.cc
@@ -9,12 +9,12 @@
#include "third_party/skia/include/effects/SkGradientShader.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/canvas.h"
+#include "ui/gfx/geometry/insets.h"
+#include "ui/gfx/geometry/point.h"
#include "ui/gfx/image/image.h"
#include "ui/gfx/image/image_skia.h"
#include "ui/gfx/image/image_skia_operations.h"
-#include "ui/gfx/insets.h"
#include "ui/gfx/nine_image_painter.h"
-#include "ui/gfx/point.h"
#include "ui/gfx/rect.h"
#include "ui/views/view.h"