| Index: ash/accelerators/exit_warning_handler.cc
|
| diff --git a/ash/accelerators/exit_warning_handler.cc b/ash/accelerators/exit_warning_handler.cc
|
| index c4c860a2867c1552712aecdbcafb91282dcde412..b5750669b83804eedb6226be5308378a6215694c 100644
|
| --- a/ash/accelerators/exit_warning_handler.cc
|
| +++ b/ash/accelerators/exit_warning_handler.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "ash/accelerators/exit_warning_handler.h"
|
|
|
| +#include "ash/common/shell_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| -#include "ash/shell_delegate.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| -#include "ash/wm_shell.h"
|
| -#include "ash/wm_window.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
|
|