Index: ash/drag_drop/drag_drop_controller.cc |
diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc |
index 2ff526fe7681f6452321be3ff29e974547d38d28..37fdc053c36f0bebfd47620769eb791b29940c7e 100644 |
--- a/ash/drag_drop/drag_drop_controller.cc |
+++ b/ash/drag_drop/drag_drop_controller.cc |
@@ -23,9 +23,9 @@ |
#include "ui/events/event_utils.h" |
#include "ui/gfx/animation/linear_animation.h" |
#include "ui/gfx/path.h" |
-#include "ui/gfx/point.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/rect_conversions.h" |
+#include "ui/gfx/geometry/point.h" |
sky
2014/07/24 17:29:56
sort
tfarina
2014/07/24 17:33:16
next time, please, consider running:
$ for f in $
|
#include "ui/views/views_delegate.h" |
#include "ui/views/widget/native_widget_aura.h" |
#include "ui/wm/public/drag_drop_delegate.h" |