summaryrefslogtreecommitdiffstats
path: root/ash/rotator/screen_rotation.h
diff options
context:
space:
mode:
authorAvi Drissman <avi@chromium.org>2014-12-22 14:25:29 -0500
committerAvi Drissman <avi@chromium.org>2014-12-22 19:25:36 +0000
commitfefc2f865f1735a7a84c0cf4a9f30e36e1bb8542 (patch)
tree2f9d1f57245f15fc23b8dd5c9d79535b6d773e2b /ash/rotator/screen_rotation.h
parent70a416cda7ed16e55f3c3c32bb25457cba1feaa5 (diff)
downloadchromium_src-fefc2f865f1735a7a84c0cf4a9f30e36e1bb8542.zip
chromium_src-fefc2f865f1735a7a84c0cf4a9f30e36e1bb8542.tar.gz
chromium_src-fefc2f865f1735a7a84c0cf4a9f30e36e1bb8542.tar.bz2
Fix references to ui/gfx headers in a*/.
BUG=444596 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/802473003 Cr-Commit-Position: refs/heads/master@{#309448}
Diffstat (limited to 'ash/rotator/screen_rotation.h')
-rw-r--r--ash/rotator/screen_rotation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/rotator/screen_rotation.h b/ash/rotator/screen_rotation.h
index 360e53b..d709ab7 100644
--- a/ash/rotator/screen_rotation.h
+++ b/ash/rotator/screen_rotation.h
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "ui/compositor/layer_animation_element.h"
-#include "ui/gfx/point.h"
+#include "ui/gfx/geometry/point.h"
namespace ui {
class InterpolatedTransform;