| Index: ash/system/chromeos/tray_caps_lock.cc
|
| diff --git a/ash/system/chromeos/tray_caps_lock.cc b/ash/system/chromeos/tray_caps_lock.cc
|
| index cd9bfc8b4132a2987f0652b5b59c87b7ee21191c..11d485b3063e372d3a7274832bee911fbf174779 100644
|
| --- a/ash/system/chromeos/tray_caps_lock.cc
|
| +++ b/ash/system/chromeos/tray_caps_lock.cc
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "ash/system/chromeos/tray_caps_lock.h"
|
|
|
| +#include "ash/common/system/tray/actionable_view.h"
|
| #include "ash/common/system/tray/fixed_sized_image_view.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/metrics/user_metrics_recorder.h"
|
| #include "ash/shell.h"
|
| -#include "ash/system/tray/actionable_view.h"
|
| #include "ash/system/tray/system_tray_notifier.h"
|
| #include "base/sys_info.h"
|
| #include "grit/ash_resources.h"
|
|
|