| Index: ash/system/user/user_view.cc
|
| diff --git a/ash/system/user/user_view.cc b/ash/system/user/user_view.cc
|
| index 5b5050a8d1d0b7be308c343fb5f1cfe0c1fee257..1c1529e7faec8a06e1391be14e749750bb06fa04 100644
|
| --- a/ash/system/user/user_view.cc
|
| +++ b/ash/system/user/user_view.cc
|
| @@ -7,6 +7,7 @@
|
| #include <algorithm>
|
| #include <utility>
|
|
|
| +#include "ash/common/popup_message.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shell_delegate.h"
|
| #include "ash/common/shell_window_ids.h"
|
| @@ -22,7 +23,6 @@
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/multi_profile_uma.h"
|
| -#include "ash/popup_message.h"
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/user/user_card_view.h"
|
| #include "components/signin/core/account_id/account_id.h"
|
|
|