| Index: ash/system/user/user_view.cc
|
| diff --git a/ash/system/user/user_view.cc b/ash/system/user/user_view.cc
|
| index 681b317bfb63bdeb1e62378431e6a99bc0d5f76e..896a939229f6b3c8f45fc70d2805eb2480471d6c 100644
|
| --- a/ash/system/user/user_view.cc
|
| +++ b/ash/system/user/user_view.cc
|
| @@ -12,6 +12,9 @@
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/tray_popup_label_button.h"
|
| #include "ash/common/system/tray/tray_popup_label_button_border.h"
|
| +#include "ash/common/system/user/button_from_view.h"
|
| +#include "ash/common/system/user/login_status.h"
|
| +#include "ash/common/system/user/rounded_image_view.h"
|
| #include "ash/common/wm_lookup.h"
|
| #include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| @@ -21,8 +24,6 @@
|
| #include "ash/shell.h"
|
| #include "ash/shell_delegate.h"
|
| #include "ash/system/tray/system_tray.h"
|
| -#include "ash/system/user/button_from_view.h"
|
| -#include "ash/system/user/rounded_image_view.h"
|
| #include "ash/system/user/user_card_view.h"
|
| #include "components/signin/core/account_id/account_id.h"
|
| #include "components/user_manager/user_info.h"
|
|
|