| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index 45cac81daf37d47057a32912efeda77be4a3c80e..0f47f6afc0b383305611bf7c5579445a3ef1a005 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -9,8 +9,6 @@
|
| #include "ash/common/gpu_support_stub.h"
|
| #include "ash/common/palette_delegate.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/test/test_shelf_delegate.h"
|
| -#include "ash/common/wm/window_state.h"
|
| #include "ash/default_wallpaper_delegate.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/shell.h"
|
| @@ -19,6 +17,8 @@
|
| #include "ash/shell/toplevel_window.h"
|
| #include "ash/system/tray/default_system_tray_delegate.h"
|
| #include "ash/test/test_keyboard_ui.h"
|
| +#include "ash/test/test_shelf_delegate.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|