| Index: ash/system/tray/tray_background_view.cc
|
| diff --git a/ash/system/tray/tray_background_view.cc b/ash/system/tray/tray_background_view.cc
|
| index 1d3c1fe7c4c7579490bf3413609d46528066ceeb..326c4a2f006c9344f6cac773e8c31b3eee466095 100644
|
| --- a/ash/system/tray/tray_background_view.cc
|
| +++ b/ash/system/tray/tray_background_view.cc
|
| @@ -6,8 +6,10 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/ash_constants.h"
|
| -#include "ash/material_design/material_design_controller.h"
|
| +#include "ash/common/ash_constants.h"
|
| +#include "ash/common/material_design/material_design_controller.h"
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/shelf/shelf_constants.h"
|
| @@ -16,8 +18,6 @@
|
| #include "ash/system/tray/system_tray.h"
|
| #include "ash/system/tray/tray_constants.h"
|
| #include "ash/system/tray/tray_event_filter.h"
|
| -#include "ash/wm_shell.h"
|
| -#include "ash/wm_window.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/accessibility/ax_node_data.h"
|
| #include "ui/base/nine_image_painter_factory.h"
|
|
|