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 97cd0cb81479e675a5cc138fcf8cedd167ee82bc..551e75f68458591a701c376a4d6e8e27dc366fa4 100644 |
| --- a/ash/system/tray/system_tray.cc |
| +++ b/ash/system/tray/system_tray.cc |
| @@ -5,6 +5,7 @@ |
| #include "ash/system/tray/system_tray.h" |
| #include "ash/ash_switches.h" |
| +#include "ash/common/material_design/material_design_controller.h" |
|
tdanderson
2016/06/10 22:54:43
is this #include needed?
yiyix
2016/06/13 18:43:55
Done.
|
| #include "ash/common/shelf/wm_shelf_util.h" |
| #include "ash/common/shell_window_ids.h" |
| #include "ash/common/system/tray/system_tray_delegate.h" |