| Index: ash/shelf/shelf_layout_manager_unittest.cc
|
| diff --git a/ash/shelf/shelf_layout_manager_unittest.cc b/ash/shelf/shelf_layout_manager_unittest.cc
|
| index ad2ee17b88ff639ce71d1e0327166307f2dcc875..64983c19691a07821ed187dd228b45f5d3e0ae0d 100644
|
| --- a/ash/shelf/shelf_layout_manager_unittest.cc
|
| +++ b/ash/shelf/shelf_layout_manager_unittest.cc
|
| @@ -13,15 +13,15 @@
|
| #include "ash/common/shelf/shelf_view.h"
|
| #include "ash/common/shelf/shelf_widget.h"
|
| #include "ash/common/shelf/wm_shelf.h"
|
| +#include "ash/common/system/status_area_widget.h"
|
| +#include "ash/common/system/tray/system_tray.h"
|
| +#include "ash/common/system/tray/system_tray_item.h"
|
| #include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shell.h"
|
| -#include "ash/system/status_area_widget.h"
|
| -#include "ash/system/tray/system_tray.h"
|
| -#include "ash/system/tray/system_tray_item.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/test_app_list_view_presenter_impl.h"
|
| #include "ash/test/test_system_tray_item.h"
|
|
|