| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index e77396a317b4b534f424ccdf6e5c32888261b55e..45cac81daf37d47057a32912efeda77be4a3c80e 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -9,7 +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/system/tray/default_system_tray_delegate.h"
|
| #include "ash/common/test/test_shelf_delegate.h"
|
| #include "ash/common/wm/window_state.h"
|
| #include "ash/default_wallpaper_delegate.h"
|
| @@ -18,6 +17,7 @@
|
| #include "ash/shell/context_menu.h"
|
| #include "ash/shell/example_factory.h"
|
| #include "ash/shell/toplevel_window.h"
|
| +#include "ash/system/tray/default_system_tray_delegate.h"
|
| #include "ash/test/test_keyboard_ui.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/message_loop/message_loop.h"
|
|
|