From ebe974f000199a7020da9855e326b31daad59be3 Mon Sep 17 00:00:00 2001 From: tfarina Date: Fri, 2 Jan 2015 20:25:32 -0800 Subject: 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} --- ui/wm/public/window_move_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/wm/public') 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; -- cgit v1.1