| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 65cc28abcde4064c90f56ddff3318e27d470394c..c584effbef713623c1d4860810130699ca58b201 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -55,6 +55,7 @@
|
| #include "ash/system/chromeos/bluetooth/tray_bluetooth.h"
|
| #include "ash/system/chromeos/brightness/tray_brightness.h"
|
| #include "ash/system/chromeos/enterprise/tray_enterprise.h"
|
| +#include "ash/system/chromeos/media_security/multi_profile_media_tray_item.h"
|
| #include "ash/system/chromeos/network/tray_network.h"
|
| #include "ash/system/chromeos/network/tray_sms.h"
|
| #include "ash/system/chromeos/network/tray_vpn.h"
|
| @@ -65,7 +66,6 @@
|
| #include "ash/system/chromeos/supervised/tray_supervised_user.h"
|
| #include "ash/system/chromeos/tray_caps_lock.h"
|
| #include "ash/system/chromeos/tray_display.h"
|
| -#include "ash/system/tray/media_security/multi_profile_media_tray_item.h"
|
| #include "ui/message_center/message_center.h"
|
| #endif
|
|
|
|
|