| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 7340690f1f4143d4feeed9a2fb3ad84ab7f27ab4..e5e0fdf0a2c89c1ac2d7b7435e1fcbf384bef624 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -48,6 +48,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/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"
|
| @@ -63,7 +64,6 @@
|
| #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/ime/tray_ime_chromeos.h"
|
| #include "ash/system/tray/media_security/multi_profile_media_tray_item.h"
|
| #include "ui/message_center/message_center.h"
|
| #endif
|
|
|