| Index: ash/system/user/user_card_view.h
|
| diff --git a/ash/system/user/user_card_view.h b/ash/system/user/user_card_view.h
|
| index e12f786dd34178ec1ecc7fa631b56b89056d050d..2d9584b64367dfface6307a8f84e259afc40af87 100644
|
| --- a/ash/system/user/user_card_view.h
|
| +++ b/ash/system/user/user_card_view.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef ASH_SYSTEM_USER_USER_CARD_VIEW_H_
|
| #define ASH_SYSTEM_USER_USER_CARD_VIEW_H_
|
|
|
| -#include "ash/system/user/login_status.h"
|
| #include "base/macros.h"
|
| #include "ui/views/view.h"
|
|
|
| namespace ash {
|
| +
|
| +enum class LoginStatus;
|
| +
|
| namespace tray {
|
|
|
| // The view displaying information about the user, such as user's avatar, email
|
|
|