| Index: ui/wm/core/compound_event_filter.cc
|
| diff --git a/ui/wm/core/compound_event_filter.cc b/ui/wm/core/compound_event_filter.cc
|
| index d487b1a7d1b6361e40aab901f4cd995400c35ef2..84ae29a5209f19ce0dfe051317c62962d69a1c52 100644
|
| --- a/ui/wm/core/compound_event_filter.cc
|
| +++ b/ui/wm/core/compound_event_filter.cc
|
| @@ -8,6 +8,7 @@
|
| #include "base/logging.h"
|
| #include "build/build_config.h"
|
| #include "ui/aura/client/cursor_client.h"
|
| +#include "ui/aura/client/drag_drop_client.h"
|
| #include "ui/aura/env.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_delegate.h"
|
| @@ -15,7 +16,6 @@
|
| #include "ui/base/hit_test.h"
|
| #include "ui/events/event.h"
|
| #include "ui/wm/public/activation_client.h"
|
| -#include "ui/wm/public/drag_drop_client.h"
|
|
|
| #if defined(OS_CHROMEOS) && defined(USE_X11)
|
| #include "ui/events/devices/x11/touch_factory_x11.h" // nogncheck
|
|
|