Chromium Code Reviews| Index: ash/system/tray/system_tray.cc |
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc |
| index 8691317a273d64f62b37fe1c1a3d779ff3ab2f38..7ff99076844da279ced79f44533d87f35cd6f34a 100644 |
| --- a/ash/system/tray/system_tray.cc |
| +++ b/ash/system/tray/system_tray.cc |
| @@ -46,6 +46,7 @@ |
| #if defined(OS_CHROMEOS) |
| #include "ash/common/system/chromeos/audio/tray_audio_chromeos.h" |
| #include "ash/common/system/chromeos/bluetooth/tray_bluetooth.h" |
| +#include "ash/common/system/chromeos/brightness/tray_brightness.h" |
|
James Cook
2016/07/07 23:08:49
Hooray!
msw
2016/07/08 01:40:48
Acknowledged.
|
| #include "ash/common/system/chromeos/enterprise/tray_enterprise.h" |
| #include "ash/common/system/chromeos/network/tray_network.h" |
| #include "ash/common/system/chromeos/network/tray_sms.h" |
| @@ -60,7 +61,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/brightness/tray_brightness.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" |