diff options
author | tfarina <tfarina@chromium.org> | 2014-12-22 18:38:50 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-23 02:39:32 +0000 |
commit | 655f81de196ee49a4114a8ddaed80a4a8c9bd17d (patch) | |
tree | f182a74ba348af850c124354c9948c408e9903a7 /ui/gfx/transform_util.h | |
parent | 7b4f8bbadd0950e2a81e8687caebd7af5f4dcd14 (diff) | |
download | chromium_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/gfx/transform_util.h')
-rw-r--r-- | ui/gfx/transform_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/transform_util.h b/ui/gfx/transform_util.h index b339f68..597d877 100644 --- a/ui/gfx/transform_util.h +++ b/ui/gfx/transform_util.h @@ -5,8 +5,8 @@ #ifndef UI_GFX_TRANSFORM_UTIL_H_ #define UI_GFX_TRANSFORM_UTIL_H_ +#include "ui/gfx/geometry/point.h" #include "ui/gfx/gfx_export.h" -#include "ui/gfx/point.h" #include "ui/gfx/transform.h" namespace gfx { |