| Index: ash/common/wm/default_state.cc
|
| diff --git a/ash/common/wm/default_state.cc b/ash/common/wm/default_state.cc
|
| index 59a01191d93bab56f6e04ee6db4520a13330fec3..2b5a5893d21d621e2cbe1f67c7383667f6d6b197 100644
|
| --- a/ash/common/wm/default_state.cc
|
| +++ b/ash/common/wm/default_state.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "ash/common/wm/default_state.h"
|
|
|
| -#include "ash/common/shell_window_ids.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"
|
| @@ -17,6 +16,7 @@
|
| #include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| +#include "ash/public/cpp/shell_window_ids.h"
|
| #include "ui/display/display.h"
|
| #include "ui/display/screen.h"
|
|
|
|
|