| Index: ash/system/tray/tray_event_filter.cc
|
| diff --git a/ash/system/tray/tray_event_filter.cc b/ash/system/tray/tray_event_filter.cc
|
| index 2b5e873ca4ea5bb5b59645880d373c62bfe8eb67..3d6d7a1268d2f0e4ba5bcd0fbb59d4144d09e29b 100644
|
| --- a/ash/system/tray/tray_event_filter.cc
|
| +++ b/ash/system/tray/tray_event_filter.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "ash/system/tray/tray_event_filter.h"
|
|
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/system/tray/tray_background_view.h"
|
| #include "ash/system/tray/tray_bubble_wrapper.h"
|
| #include "ash/wm/container_finder.h"
|
| -#include "ash/wm_shell.h"
|
| -#include "ash/wm_window.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| namespace ash {
|
|
|