| Index: ash/system/chromeos/session/last_window_closed_logout_reminder.cc
|
| diff --git a/ash/system/chromeos/session/last_window_closed_logout_reminder.cc b/ash/system/chromeos/session/last_window_closed_logout_reminder.cc
|
| index 709e691921f82fdb8c837e86bf45cd41e2a2fd9a..002c7d4152f04b5237081fd6f9edda63d85a4697 100644
|
| --- a/ash/system/chromeos/session/last_window_closed_logout_reminder.cc
|
| +++ b/ash/system/chromeos/session/last_window_closed_logout_reminder.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "ash/system/chromeos/session/last_window_closed_logout_reminder.h"
|
|
|
| +#include "ash/common/login_status.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/shell.h"
|
| #include "ash/system/chromeos/session/logout_confirmation_controller.h"
|
| #include "ash/system/tray/system_tray_notifier.h"
|
| -#include "ash/system/user/login_status.h"
|
| #include "base/time/time.h"
|
|
|
| namespace ash {
|
|
|