| Index: ash/common/accelerators/exit_warning_handler.cc
|
| diff --git a/ash/common/accelerators/exit_warning_handler.cc b/ash/common/accelerators/exit_warning_handler.cc
|
| index ca149d460b92da6580ff34239002a88a3d80ba3d..9f6b97088a0a4d0eeffe0b38ca64699f0bed8c96 100644
|
| --- a/ash/common/accelerators/exit_warning_handler.cc
|
| +++ b/ash/common/accelerators/exit_warning_handler.cc
|
| @@ -5,11 +5,11 @@
|
| #include "ash/common/accelerators/exit_warning_handler.h"
|
|
|
| #include "ash/common/shell_delegate.h"
|
| -#include "ash/common/strings/grit/ash_strings.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/strings/grit/ash_strings.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
|
|