| Index: ash/common/system/user/tray_user.cc
|
| diff --git a/ash/common/system/user/tray_user.cc b/ash/common/system/user/tray_user.cc
|
| index 463307698b310363c75518e2502f2af7ac992f28..93f7064dbe6ba7d216bbb47f1bce18ded0955243 100644
|
| --- a/ash/common/system/user/tray_user.cc
|
| +++ b/ash/common/system/user/tray_user.cc
|
| @@ -7,6 +7,7 @@
|
| #include "ash/common/ash_switches.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shelf/wm_shelf_util.h"
|
| +#include "ash/common/system/tray/system_tray.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/system_tray_notifier.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| @@ -15,7 +16,6 @@
|
| #include "ash/common/system/user/rounded_image_view.h"
|
| #include "ash/common/system/user/user_view.h"
|
| #include "ash/common/wm_shell.h"
|
| -#include "ash/system/tray/system_tray.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string16.h"
|
| #include "components/signin/core/account_id/account_id.h"
|
|
|