| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 963618f7c695dde730703493c5087a5f45c73fc6..45d50e364d5cba1a157524a4ba2b8b953bc2f544 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -50,6 +50,7 @@
|
| #include "ash/common/system/chromeos/power/power_status.h"
|
| #include "ash/common/system/chromeos/power/tray_power.h"
|
| #include "ash/common/system/chromeos/settings/tray_settings.h"
|
| +#include "ash/common/system/chromeos/tray_tracing.h"
|
| #include "ash/common/system/ime/tray_ime_chromeos.h"
|
| #include "ash/system/chromeos/audio/tray_audio_chromeos.h"
|
| #include "ash/system/chromeos/bluetooth/tray_bluetooth.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/chromeos/tray_tracing.h"
|
| #include "ash/system/tray/media_security/multi_profile_media_tray_item.h"
|
| #include "ui/message_center/message_center.h"
|
| #endif
|
|
|