| Index: ash/system/tray_caps_lock.cc
|
| diff --git a/ash/system/tray_caps_lock.cc b/ash/system/tray_caps_lock.cc
|
| index b8e5ab3916f3c684c862198a3b48b83e34811d86..e918f4821737095fb5349e48c19ef5aaf9661ca7 100644
|
| --- a/ash/system/tray_caps_lock.cc
|
| +++ b/ash/system/tray_caps_lock.cc
|
| @@ -4,7 +4,8 @@
|
|
|
| #include "ash/system/tray_caps_lock.h"
|
|
|
| -#include "ash/accessibility_delegate.h"
|
| +#include "ash/common/accessibility_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/resources/vector_icons/vector_icons.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| @@ -14,7 +15,6 @@
|
| #include "ash/system/tray/tray_popup_item_style.h"
|
| #include "ash/system/tray/tray_popup_utils.h"
|
| #include "ash/system/tray/tri_view.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/sys_info.h"
|
| #include "ui/accessibility/ax_node_data.h"
|
| #include "ui/base/ime/chromeos/ime_keyboard.h"
|
|
|