diff options
author | Avi Drissman <avi@chromium.org> | 2014-12-22 14:25:29 -0500 |
---|---|---|
committer | Avi Drissman <avi@chromium.org> | 2014-12-22 19:25:36 +0000 |
commit | fefc2f865f1735a7a84c0cf4a9f30e36e1bb8542 (patch) | |
tree | 2f9d1f57245f15fc23b8dd5c9d79535b6d773e2b /ash/wm/window_properties.h | |
parent | 70a416cda7ed16e55f3c3c32bb25457cba1feaa5 (diff) | |
download | chromium_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/wm/window_properties.h')
-rw-r--r-- | ash/wm/window_properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h index 96c5519..d8e5921 100644 --- a/ash/wm/window_properties.h +++ b/ash/wm/window_properties.h @@ -7,7 +7,7 @@ #include "ash/ash_export.h" #include "ui/base/ui_base_types.h" -#include "ui/gfx/rect.h" +#include "ui/gfx/geometry/rect.h" namespace aura { class Window; |