| Index: ash/system/session/logout_confirmation_controller.cc
|
| diff --git a/ash/common/system/chromeos/session/logout_confirmation_controller.cc b/ash/system/session/logout_confirmation_controller.cc
|
| similarity index 89%
|
| rename from ash/common/system/chromeos/session/logout_confirmation_controller.cc
|
| rename to ash/system/session/logout_confirmation_controller.cc
|
| index 80726792bb7b4cec31103ed29c003607d19f12c2..edeb26054f2fcaa8aaa3576a3fec663afa9a1168 100644
|
| --- a/ash/common/system/chromeos/session/logout_confirmation_controller.cc
|
| +++ b/ash/system/session/logout_confirmation_controller.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/chromeos/session/logout_confirmation_controller.h"
|
| +#include "ash/system/session/logout_confirmation_controller.h"
|
|
|
| #include <utility>
|
|
|
| -#include "ash/common/login_status.h"
|
| -#include "ash/common/system/chromeos/session/logout_confirmation_dialog.h"
|
| -#include "ash/common/system/tray/system_tray_delegate.h"
|
| -#include "ash/common/system/tray/system_tray_notifier.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/login_status.h"
|
| +#include "ash/system/session/logout_confirmation_dialog.h"
|
| +#include "ash/system/tray/system_tray_delegate.h"
|
| +#include "ash/system/tray/system_tray_notifier.h"
|
| +#include "ash/wm_shell.h"
|
| #include "base/location.h"
|
| #include "base/time/default_tick_clock.h"
|
| #include "base/time/tick_clock.h"
|
|
|