| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 02f4f6f8819f141c44ca9c7a4d55b425853e5c88..29e522d013dd22170173f2cc605856355975e286 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -15,6 +15,9 @@
|
| #include "ash/aura/wm_shell_aura.h"
|
| #include "ash/aura/wm_window_aura.h"
|
| #include "ash/autoclick/autoclick_controller.h"
|
| +#include "ash/common/shelf/shelf_item_delegate.h"
|
| +#include "ash/common/shelf/shelf_item_delegate_manager.h"
|
| +#include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/root_window_finder.h"
|
| #include "ash/common/wm/window_positioner.h"
|
| @@ -49,9 +52,6 @@
|
| #include "ash/shelf/app_list_shelf_item_delegate.h"
|
| #include "ash/shelf/shelf.h"
|
| #include "ash/shelf/shelf_delegate.h"
|
| -#include "ash/shelf/shelf_item_delegate.h"
|
| -#include "ash/shelf/shelf_item_delegate_manager.h"
|
| -#include "ash/shelf/shelf_model.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shelf/shelf_window_watcher.h"
|
| #include "ash/shell_delegate.h"
|
|
|