| Index: ash/wm/panels/panel_layout_manager.h
|
| diff --git a/ash/wm/panels/panel_layout_manager.h b/ash/wm/panels/panel_layout_manager.h
|
| index 6c58551ae7d7cf2b185778c8d55a5c36264a1155..34ef96be5596196addc15a29217e8913217ecefd 100644
|
| --- a/ash/wm/panels/panel_layout_manager.h
|
| +++ b/ash/wm/panels/panel_layout_manager.h
|
| @@ -12,6 +12,7 @@
|
| #include "ash/shelf/shelf_icon_observer.h"
|
| #include "ash/shelf/shelf_layout_manager_observer.h"
|
| #include "ash/shell_observer.h"
|
| +#include "ash/wm/common/window_state_observer.h"
|
| #include "ash/wm/common/wm_activation_observer.h"
|
| #include "ash/wm/common/wm_display_observer.h"
|
| #include "ash/wm/common/wm_layout_manager.h"
|
| @@ -19,7 +20,6 @@
|
| #include "ash/wm/common/wm_root_window_controller_observer.h"
|
| #include "ash/wm/common/wm_window_observer.h"
|
| #include "ash/wm/common/wm_window_tracker.h"
|
| -#include "ash/wm/window_state_observer.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|