Chromium Code Reviews| Index: ash/wm/drag_window_controller.cc |
| diff --git a/ash/wm/drag_window_controller.cc b/ash/wm/drag_window_controller.cc |
| index 7811cb9858664ff56e6462f3ba5f2e791a3ba843..984a5b7f690732a98fbfa66e6f65974310be03d8 100644 |
| --- a/ash/wm/drag_window_controller.cc |
| +++ b/ash/wm/drag_window_controller.cc |
| @@ -6,7 +6,7 @@ |
| #include <algorithm> |
| -#include "ash/aura/wm_window_aura.h" |
| +#include "ash/common/wm_window.h" |
|
James Cook
2017/01/12 20:45:57
It doesn't look like WmWindow is used in this file
sky
2017/01/12 20:58:27
Done.
|
| #include "ash/display/window_tree_host_manager.h" |
| #include "ash/public/cpp/shell_window_ids.h" |
| #include "ash/screen_util.h" |