Chromium Code Reviews| Index: ash/wm/window_util.cc |
| diff --git a/ash/wm/window_util.cc b/ash/wm/window_util.cc |
| index 38cb68265040d0c26e31b83e829521e9d7ef5ff8..f26691d1fce07a2fd49f98bef6dfe7a7493ab2fd 100644 |
| --- a/ash/wm/window_util.cc |
| +++ b/ash/wm/window_util.cc |
| @@ -6,11 +6,11 @@ |
| #include <vector> |
| -#include "ash/aura/wm_window_aura.h" |
| #include "ash/common/ash_constants.h" |
| #include "ash/common/wm/window_state.h" |
| #include "ash/common/wm/wm_event.h" |
| #include "ash/common/wm/wm_screen_util.h" |
| +#include "ash/common/wm_window.h" |
|
James Cook
2017/01/12 20:45:57
WmWindow not used?
sky
2017/01/12 20:58:27
Done.
|
| #include "ash/root_window_controller.h" |
| #include "ash/shell.h" |
| #include "ash/wm/window_properties.h" |