| Index: ash/wm/panels/panel_layout_manager_unittest.cc
|
| diff --git a/ash/wm/panels/panel_layout_manager_unittest.cc b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| index 96837b766143f7fd695a6372101c838de54c6d93..01335e6c502cfa7f239ad29e803b3a2c05eb2a6e 100644
|
| --- a/ash/wm/panels/panel_layout_manager_unittest.cc
|
| +++ b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| @@ -7,10 +7,13 @@
|
| #include "ash/aura/wm_window_aura.h"
|
| #include "ash/common/ash_switches.h"
|
| #include "ash/common/display/display_info.h"
|
| +#include "ash/common/shelf/shelf.h"
|
| #include "ash/common/shelf/shelf_button.h"
|
| +#include "ash/common/shelf/shelf_layout_manager.h"
|
| #include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/shelf/shelf_types.h"
|
| #include "ash/common/shelf/shelf_view.h"
|
| +#include "ash/common/shelf/shelf_widget.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/system/web_notification/web_notification_tray.h"
|
| #include "ash/common/wm/mru_window_tracker.h"
|
| @@ -18,10 +21,7 @@
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/display/display_manager.h"
|
| #include "ash/screen_util.h"
|
| -#include "ash/shelf/shelf.h"
|
| -#include "ash/shelf/shelf_layout_manager.h"
|
| #include "ash/shelf/shelf_util.h"
|
| -#include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/display_manager_test_api.h"
|
|
|