| Index: ash/wm/toplevel_window_event_handler.cc
|
| diff --git a/ash/wm/toplevel_window_event_handler.cc b/ash/wm/toplevel_window_event_handler.cc
|
| index fee1c1625b401330d55df0422a6ec401f2b8807c..3d4b317b275954876b40445b918b32d28cc28ed0 100644
|
| --- a/ash/wm/toplevel_window_event_handler.cc
|
| +++ b/ash/wm/toplevel_window_event_handler.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "ash/wm/toplevel_window_event_handler.h"
|
|
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/shell.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "ui/aura/client/cursor_client.h"
|
|
|