| 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..ae1526f1c26f74d303ad80bcbe18fef0f08cf9d2 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/multi_profile_uma.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shell_delegate.h"
|
| #include "ash/common/shell_window_ids.h"
|
| @@ -21,7 +22,6 @@
|
| #include "ash/common/wm_root_window_controller.h"
|
| #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"
|
|
|