| Index: ash/system/chromeos/session/logout_button_tray.h
|
| diff --git a/ash/system/chromeos/session/logout_button_tray.h b/ash/system/chromeos/session/logout_button_tray.h
|
| index 94fea0c4164927b4b6ae7c92b286d8b690794885..7c1bd03f802b6ebe679931bfec32e23047e1018b 100644
|
| --- a/ash/system/chromeos/session/logout_button_tray.h
|
| +++ b/ash/system/chromeos/session/logout_button_tray.h
|
| @@ -6,9 +6,9 @@
|
| #define ASH_SYSTEM_CHROMEOS_SESSION_LOGOUT_BUTTON_TRAY_H_
|
|
|
| #include "ash/ash_export.h"
|
| +#include "ash/common/login_status.h"
|
| #include "ash/common/system/tray/tray_background_view.h"
|
| #include "ash/system/chromeos/session/logout_button_observer.h"
|
| -#include "ash/system/user/login_status.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| @@ -19,6 +19,7 @@ class LabelButton;
|
| }
|
|
|
| namespace ash {
|
| +
|
| class StatusAreaWidget;
|
|
|
| // Adds a logout button to the launcher's status area if enabled by the
|
|
|