| Index: ash/system/user/tray_user.cc
|
| diff --git a/ash/system/user/tray_user.cc b/ash/system/user/tray_user.cc
|
| index 0afde699eff87493d18f410cea85a912cf422823..0dfa5233e0cf99aa9cf5c5c474da3618e9477fb3 100644
|
| --- a/ash/system/user/tray_user.cc
|
| +++ b/ash/system/user/tray_user.cc
|
| @@ -4,7 +4,8 @@
|
|
|
| #include "ash/system/user/tray_user.h"
|
|
|
| -#include "ash/session/session_state_delegate.h"
|
| +#include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/shelf/wm_shelf_util.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| #include "ash/system/tray/system_tray.h"
|
| @@ -15,7 +16,6 @@
|
| #include "ash/system/tray/tray_utils.h"
|
| #include "ash/system/user/rounded_image_view.h"
|
| #include "ash/system/user/user_view.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string16.h"
|
| #include "components/signin/core/account_id/account_id.h"
|
|
|