| Index: ash/system/user/tray_user.cc
|
| diff --git a/ash/system/user/tray_user.cc b/ash/system/user/tray_user.cc
|
| index cb5676c05a6fb36f15820502bd0bc4e0cee9f968..91dce33b6292da407c64df33a359d3435af4b790 100644
|
| --- a/ash/system/user/tray_user.cc
|
| +++ b/ash/system/user/tray_user.cc
|
| @@ -7,7 +7,6 @@
|
| #include "ash/ash_switches.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/session/session_state_delegate.h"
|
| -#include "ash/session/user_info.h"
|
| #include "ash/shelf/shelf_layout_manager.h"
|
| #include "ash/shell_delegate.h"
|
| #include "ash/system/tray/system_tray.h"
|
| @@ -20,6 +19,7 @@
|
| #include "ash/system/user/user_view.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string16.h"
|
| +#include "components/user_manager/user_info.h"
|
| #include "grit/ash_strings.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|