| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index 5d523cb8de7d5bd3ec2c0aaf6df863d933dbdb98..dd20ec8049a2e376e26b0e755bb64f5a12e66d4c 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -8,12 +8,13 @@
|
|
|
| #include "ash/accelerators/magnifier_key_scroller.h"
|
| #include "ash/accelerators/spoken_feedback_toggler.h"
|
| -#include "ash/accessibility_delegate.h"
|
| +#include "ash/common/accessibility_delegate.h"
|
| +#include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/wm/window_state.h"
|
| #include "ash/container_delegate_aura.h"
|
| #include "ash/content/gpu_support_impl.h"
|
| #include "ash/pointer_watcher_delegate_aura.h"
|
| -#include "ash/session/session_state_delegate.h"
|
| +#include "ash/shell.h"
|
| #include "ash/wm/mru_window_tracker.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/command_line.h"
|
|
|