| Index: ash/common/system/tray/system_tray_unittest.cc
|
| diff --git a/ash/common/system/tray/system_tray_unittest.cc b/ash/common/system/tray/system_tray_unittest.cc
|
| index 7e180e67b361118a1ee42be2369d24b0ed90d084..14b756b7a1e4ef70c8b94000a3334d3e62154d21 100644
|
| --- a/ash/common/system/tray/system_tray_unittest.cc
|
| +++ b/ash/common/system/tray/system_tray_unittest.cc
|
| @@ -10,7 +10,6 @@
|
| #include "ash/common/accelerators/accelerator_controller.h"
|
| #include "ash/common/accessibility_delegate.h"
|
| #include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/shell_window_ids.h"
|
| #include "ash/common/system/status_area_widget.h"
|
| #include "ash/common/system/tray/system_tray_bubble.h"
|
| #include "ash/common/system/tray/system_tray_item.h"
|
| @@ -20,6 +19,7 @@
|
| #include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| +#include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/status_area_widget_test_helper.h"
|
| #include "ash/test/test_system_tray_item.h"
|
|
|