| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 38c5a939372d1b59278021e97eaf4a978fd5d125..9b5f6928eb63e94e83c2940bd51ce66932ee89d9 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -44,6 +44,7 @@
|
| #include "ui/views/view.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| +#include "ash/common/system/chromeos/audio/tray_audio_chromeos.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"
|
| @@ -55,7 +56,6 @@
|
| #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"
|
| #include "ash/system/chromeos/brightness/tray_brightness.h"
|
| #include "ash/system/chromeos/enterprise/tray_enterprise.h"
|
|
|