| Index: ash/wm/gestures/two_finger_drag_handler.cc
|
| ===================================================================
|
| --- ash/wm/gestures/two_finger_drag_handler.cc (revision 173169)
|
| +++ ash/wm/gestures/two_finger_drag_handler.cc (working copy)
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "ash/wm/gestures/two_finger_drag_handler.h"
|
|
|
| -#include "ash/wm/window_resizer.h"
|
| +#include "ash/wm/window_resizer_factory.h"
|
| #include "ash/wm/window_util.h"
|
| #include "ash/wm/workspace/snap_sizer.h"
|
| #include "ui/aura/client/window_types.h"
|
| @@ -15,6 +15,7 @@
|
| #include "ui/base/hit_test.h"
|
| #include "ui/compositor/layer.h"
|
| #include "ui/compositor/scoped_layer_animation_settings.h"
|
| +#include "ui/views/corewm/window_resizer.h"
|
|
|
| namespace {
|
|
|
|
|