| Index: ash/accelerators/exit_warning_handler.cc
|
| diff --git a/ash/common/accelerators/exit_warning_handler.cc b/ash/accelerators/exit_warning_handler.cc
|
| similarity index 97%
|
| rename from ash/common/accelerators/exit_warning_handler.cc
|
| rename to ash/accelerators/exit_warning_handler.cc
|
| index 9f6b97088a0a4d0eeffe0b38ca64699f0bed8c96..c4c860a2867c1552712aecdbcafb91282dcde412 100644
|
| --- a/ash/common/accelerators/exit_warning_handler.cc
|
| +++ b/ash/accelerators/exit_warning_handler.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/accelerators/exit_warning_handler.h"
|
| +#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"
|
|
|