| Index: ash/mus/shell_delegate_mus.cc
|
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
|
| index 4354f8c3b2408caca352dccffe7351c76523c574..2f17564444f62a53bfb5ae558b43ffb71ef4a932 100644
|
| --- a/ash/mus/shell_delegate_mus.cc
|
| +++ b/ash/mus/shell_delegate_mus.cc
|
| @@ -6,15 +6,15 @@
|
|
|
| #include <utility>
|
|
|
| -#include "ash/gpu_support_stub.h"
|
| +#include "ash/common/gpu_support_stub.h"
|
| +#include "ash/common/palette_delegate.h"
|
| +#include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/mus/accessibility_delegate_mus.h"
|
| #include "ash/mus/context_menu_mus.h"
|
| #include "ash/mus/shelf_delegate_mus.h"
|
| #include "ash/mus/system_tray_delegate_mus.h"
|
| #include "ash/mus/wallpaper_delegate_mus.h"
|
| -#include "ash/palette_delegate.h"
|
| -#include "ash/session/session_state_delegate.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/string_util.h"
|
|
|