| Index: ash/wm/aura/wm_window_aura.cc
|
| diff --git a/ash/wm/aura/wm_window_aura.cc b/ash/wm/aura/wm_window_aura.cc
|
| index f585ab37df05e0b532868cfab9a5b9e7cc848514..4f17816d7b2670303d020f094067c369367f8f27 100644
|
| --- a/ash/wm/aura/wm_window_aura.cc
|
| +++ b/ash/wm/aura/wm_window_aura.cc
|
| @@ -5,16 +5,16 @@
|
| #include "ash/wm/aura/wm_window_aura.h"
|
|
|
| #include "ash/ash_constants.h"
|
| +#include "ash/common/wm/window_state.h"
|
| +#include "ash/common/wm/wm_layout_manager.h"
|
| +#include "ash/common/wm/wm_window_observer.h"
|
| +#include "ash/common/wm/wm_window_property.h"
|
| #include "ash/screen_util.h"
|
| #include "ash/shelf/shelf_util.h"
|
| #include "ash/shell.h"
|
| #include "ash/wm/aura/aura_layout_manager_adapter.h"
|
| #include "ash/wm/aura/wm_globals_aura.h"
|
| #include "ash/wm/aura/wm_root_window_controller_aura.h"
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/wm_layout_manager.h"
|
| -#include "ash/wm/common/wm_window_observer.h"
|
| -#include "ash/wm/common/wm_window_property.h"
|
| #include "ash/wm/resize_shadow_controller.h"
|
| #include "ash/wm/window_animations.h"
|
| #include "ash/wm/window_properties.h"
|
|
|