| Index: ash/system/date/date_default_view.h
|
| diff --git a/ash/system/date/date_default_view.h b/ash/system/date/date_default_view.h
|
| index eee550ad7b4601ee900616beacfbc36089022e67..a2de81cc02ea948e2b7a5fd571b0f3bac61b3bfb 100644
|
| --- a/ash/system/date/date_default_view.h
|
| +++ b/ash/system/date/date_default_view.h
|
| @@ -6,8 +6,8 @@
|
| #define ASH_SYSTEM_DATE_DATE_DEFAULT_VIEW_H_
|
|
|
| #include "ash/ash_export.h"
|
| +#include "ash/common/login_status.h"
|
| #include "ash/system/chromeos/shutdown_policy_observer.h"
|
| -#include "ash/system/user/login_status.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "ui/views/controls/button/button.h"
|
| @@ -20,6 +20,8 @@ class DateView;
|
|
|
| class TrayPopupHeaderButton;
|
|
|
| +// The system tray bubble view with the date and buttons for help, lock and
|
| +// shutdown.
|
| class ASH_EXPORT DateDefaultView : public views::View,
|
| public views::ButtonListener,
|
| public ash::ShutdownPolicyObserver {
|
|
|