| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 7ff99076844da279ced79f44533d87f35cd6f34a..b9b8141f17e0e7eb8021c01f73d1a188fc9a1505 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -48,6 +48,7 @@
|
| #include "ash/common/system/chromeos/bluetooth/tray_bluetooth.h"
|
| #include "ash/common/system/chromeos/brightness/tray_brightness.h"
|
| #include "ash/common/system/chromeos/enterprise/tray_enterprise.h"
|
| +#include "ash/common/system/chromeos/media_security/multi_profile_media_tray_item.h"
|
| #include "ash/common/system/chromeos/network/tray_network.h"
|
| #include "ash/common/system/chromeos/network/tray_sms.h"
|
| #include "ash/common/system/chromeos/network/tray_vpn.h"
|
| @@ -61,7 +62,6 @@
|
| #include "ash/common/system/chromeos/tray_caps_lock.h"
|
| #include "ash/common/system/chromeos/tray_tracing.h"
|
| #include "ash/common/system/ime/tray_ime_chromeos.h"
|
| -#include "ash/system/chromeos/media_security/multi_profile_media_tray_item.h"
|
| #include "ash/system/chromeos/rotation/tray_rotation_lock.h"
|
| #include "ash/system/chromeos/tray_display.h"
|
| #include "ui/message_center/message_center.h"
|
|
|