| 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 aa66d736a51065a1f8d6e703f4680ab98da1cd7f..67267576230b701a57e490388ea5ed95763386cb 100644
|
| --- a/ash/wm/toplevel_window_event_handler.cc
|
| +++ b/ash/wm/toplevel_window_event_handler.cc
|
| @@ -6,13 +6,13 @@
|
|
|
| #include "ash/shell.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| +#include "ash/wm/common/window_resizer.h"
|
| +#include "ash/wm/common/window_state.h"
|
| +#include "ash/wm/common/window_state_observer.h"
|
| #include "ash/wm/common/wm_event.h"
|
| #include "ash/wm/common/wm_window_observer.h"
|
| #include "ash/wm/resize_shadow_controller.h"
|
| -#include "ash/wm/window_resizer.h"
|
| -#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| -#include "ash/wm/window_state_observer.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
|
|