| 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 5fe184ac7d10c4a9253b13c1e99bb05c1f4667de..7a435bb8e894cbae54d4fb90197b1aeaa7325501 100644
|
| --- a/ash/wm/panels/panel_layout_manager.h
|
| +++ b/ash/wm/panels/panel_layout_manager.h
|
| @@ -9,13 +9,13 @@
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| +#include "ash/common/shell_observer.h"
|
| +#include "ash/common/wm_activation_observer.h"
|
| +#include "ash/common/wm_display_observer.h"
|
| +#include "ash/common/wm_layout_manager.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shelf/wm_shelf_observer.h"
|
| -#include "ash/shell_observer.h"
|
| #include "ash/wm/window_state_observer.h"
|
| -#include "ash/wm_activation_observer.h"
|
| -#include "ash/wm_display_observer.h"
|
| -#include "ash/wm_layout_manager.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|