| Index: components/exo/wm_helper_ash.cc
|
| diff --git a/components/exo/wm_helper_ash.cc b/components/exo/wm_helper_ash.cc
|
| index 3a6e50b7f238a08b300c5afb120e194c68cd1176..273af51ee71a06bec2b45e2b2b09f6b1917e8aae 100644
|
| --- a/components/exo/wm_helper_ash.cc
|
| +++ b/components/exo/wm_helper_ash.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "components/exo/wm_helper_ash.h"
|
|
|
| -#include "ash/accessibility_delegate.h"
|
| +#include "ash/common/accessibility_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/tray/system_tray_notifier.h"
|
| #include "ash/wm/maximize_mode/maximize_mode_controller.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/memory/singleton.h"
|
| #include "ui/aura/client/focus_client.h"
|
| #include "ui/display/manager/display_manager.h"
|
|
|