summaryrefslogtreecommitdiffstats
path: root/ui/wm/public
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-01-02 20:25:32 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-03 04:26:28 +0000
commitebe974f000199a7020da9855e326b31daad59be3 (patch)
tree8d8229f8c47763ab9e1fabf12da07175adce5c5e /ui/wm/public
parent1ca83b0ff277b7ec1d10ed3a14dcca823ce72249 (diff)
downloadchromium_src-ebe974f000199a7020da9855e326b31daad59be3.zip
chromium_src-ebe974f000199a7020da9855e326b31daad59be3.tar.gz
chromium_src-ebe974f000199a7020da9855e326b31daad59be3.tar.bz2
Cleanup: Update the path to gfx size 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=compiles TBR=sky@chromium.org,danakj@chromium.org Review URL: https://codereview.chromium.org/832953002 Cr-Commit-Position: refs/heads/master@{#309873}
Diffstat (limited to 'ui/wm/public')
-rw-r--r--ui/wm/public/window_move_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/wm/public/window_move_client.h b/ui/wm/public/window_move_client.h
index b8943d3..fbfa92d 100644
--- a/ui/wm/public/window_move_client.h
+++ b/ui/wm/public/window_move_client.h
@@ -6,7 +6,7 @@
#define UI_WM_PUBLIC_WINDOW_MOVE_CLIENT_H_
#include "ui/aura/aura_export.h"
-#include "ui/gfx/vector2d.h"
+#include "ui/gfx/geometry/vector2d.h"
namespace gfx {
class Point;