| Index: ash/system/session/logout_confirmation_controller.cc
|
| diff --git a/ash/system/session/logout_confirmation_controller.cc b/ash/system/session/logout_confirmation_controller.cc
|
| index edeb26054f2fcaa8aaa3576a3fec663afa9a1168..61bddf767c636dc7f609b1952b2ed3cf711b16fd 100644
|
| --- a/ash/system/session/logout_confirmation_controller.cc
|
| +++ b/ash/system/session/logout_confirmation_controller.cc
|
| @@ -6,11 +6,11 @@
|
|
|
| #include <utility>
|
|
|
| -#include "ash/login_status.h"
|
| +#include "ash/common/login_status.h"
|
| +#include "ash/common/wm_shell.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"
|
|
|