| Index: ash/wm/default_state.cc
|
| diff --git a/ash/common/wm/default_state.cc b/ash/wm/default_state.cc
|
| similarity index 98%
|
| rename from ash/common/wm/default_state.cc
|
| rename to ash/wm/default_state.cc
|
| index 8149d7f856fc21a1871835fbd425b90fb7595c3e..822a9fa3524e354e36c6a78ea9a990d337a7d395 100644
|
| --- a/ash/common/wm/default_state.cc
|
| +++ b/ash/wm/default_state.cc
|
| @@ -2,22 +2,22 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm/default_state.h"
|
| -
|
| -#include "ash/common/ash_switches.h"
|
| -#include "ash/common/wm/dock/docked_window_layout_manager.h"
|
| -#include "ash/common/wm/window_animation_types.h"
|
| -#include "ash/common/wm/window_parenting_utils.h"
|
| -#include "ash/common/wm/window_positioning_utils.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/window_state_delegate.h"
|
| -#include "ash/common/wm/window_state_util.h"
|
| -#include "ash/common/wm/wm_event.h"
|
| -#include "ash/common/wm/wm_screen_util.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/wm/default_state.h"
|
| +
|
| +#include "ash/ash_switches.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/wm/dock/docked_window_layout_manager.h"
|
| +#include "ash/wm/window_animation_types.h"
|
| +#include "ash/wm/window_parenting_utils.h"
|
| +#include "ash/wm/window_positioning_utils.h"
|
| +#include "ash/wm/window_state.h"
|
| +#include "ash/wm/window_state_delegate.h"
|
| +#include "ash/wm/window_state_util.h"
|
| +#include "ash/wm/wm_event.h"
|
| +#include "ash/wm/wm_screen_util.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "ui/display/display.h"
|
| #include "ui/display/screen.h"
|
|
|
|
|