| Index: ash/system/tray/system_tray_item.cc
|
| diff --git a/ash/system/tray/system_tray_item.cc b/ash/system/tray/system_tray_item.cc
|
| index 7c7fec84258f39f7fabd595529be643330d08acb..4db921bd434df3ef61c763466b5697e2ddecc932 100644
|
| --- a/ash/system/tray/system_tray_item.cc
|
| +++ b/ash/system/tray/system_tray_item.cc
|
| @@ -6,6 +6,9 @@
|
|
|
| #include "ash/shell.h"
|
| #include "ash/system/tray/system_tray.h"
|
| +#include "ash/system/tray/tray_constants.h"
|
| +#include "ash/system/tray/tray_item_view.h"
|
| +#include "ui/views/controls/label.h"
|
| #include "ui/views/view.h"
|
|
|
| namespace ash {
|
|
|