| Index: ash/shelf/shelf_layout_manager.h
|
| diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
|
| index 9ff211b79fc97c9746878c454e05bd4ffa680d50..505cf0ee540d5457060ecbd9fa190cef56f23423 100644
|
| --- a/ash/shelf/shelf_layout_manager.h
|
| +++ b/ash/shelf/shelf_layout_manager.h
|
| @@ -8,15 +8,15 @@
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| +#include "ash/common/session/session_state_observer.h"
|
| +#include "ash/common/shell_observer.h"
|
| +#include "ash/common/wm_activation_observer.h"
|
| #include "ash/public/cpp/shelf_types.h"
|
| -#include "ash/session/session_state_observer.h"
|
| #include "ash/shelf/wm_shelf.h"
|
| -#include "ash/shell_observer.h"
|
| #include "ash/wm/dock/docked_window_layout_manager_observer.h"
|
| #include "ash/wm/lock_state_observer.h"
|
| #include "ash/wm/wm_snap_to_pixel_layout_manager.h"
|
| #include "ash/wm/workspace/workspace_types.h"
|
| -#include "ash/wm_activation_observer.h"
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| #include "base/timer/timer.h"
|
|
|