| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index c4af39a9c72d91315a12c0070b8c06e9cd9c05cc..1c5b136412f5554e931d0008f7cc14ab31573b4b 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -15,6 +15,7 @@
|
| #include "ash/aura/wm_shell_aura.h"
|
| #include "ash/aura/wm_window_aura.h"
|
| #include "ash/autoclick/autoclick_controller.h"
|
| +#include "ash/common/session/session_state_delegate.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"
|
| @@ -49,7 +50,6 @@
|
| #include "ash/new_window_delegate.h"
|
| #include "ash/pointer_watcher_delegate.h"
|
| #include "ash/root_window_controller.h"
|
| -#include "ash/session/session_state_delegate.h"
|
| #include "ash/shelf/app_list_shelf_item_delegate.h"
|
| #include "ash/shelf/shelf.h"
|
| #include "ash/shelf/shelf_delegate.h"
|
|
|