| Index: ash/wm/workspace/workspace_event_filter.cc
|
| diff --git a/ash/wm/workspace/workspace_event_filter.cc b/ash/wm/workspace/workspace_event_filter.cc
|
| index 786c1c505a91be2efa441f038cf20428473e16cd..a709f4eccbed5f89bea180d18b53bdf49ef2da66 100644
|
| --- a/ash/wm/workspace/workspace_event_filter.cc
|
| +++ b/ash/wm/workspace/workspace_event_filter.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "ash/wm/workspace/workspace_event_filter.h"
|
|
|
| -#include "ash/screen_ash.h"
|
| #include "ash/wm/property_util.h"
|
| #include "ash/wm/window_frame.h"
|
| #include "ash/wm/window_util.h"
|
| @@ -16,6 +15,7 @@
|
| #include "ui/aura/window_delegate.h"
|
| #include "ui/base/hit_test.h"
|
| #include "ui/gfx/compositor/scoped_layer_animation_settings.h"
|
| +#include "ui/gfx/screen.h"
|
|
|
| namespace {
|
|
|
|
|