| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 5526e3fde249a6e58a4a37b87acb710566d1ad9f..8691317a273d64f62b37fe1c1a3d779ff3ab2f38 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -18,13 +18,13 @@
|
| #include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/common/system/tray_accessibility.h"
|
| #include "ash/common/system/update/tray_update.h"
|
| +#include "ash/common/system/user/tray_user.h"
|
| #include "ash/common/system/user/tray_user_separator.h"
|
| #include "ash/common/system/web_notification/web_notification_tray.h"
|
| #include "ash/common/wm_lookup.h"
|
| #include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| -#include "ash/system/user/tray_user.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|