| Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| index 3e7f6e09924cb435c62ffcd3d5aeb7c4b1d4ea0b..50d889ef907c5556e765c66af9b06835baf0e8e1 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/timer/timer.h"
|
| +#include "ui/aura/client/drag_drop_client.h"
|
| #include "ui/aura/window_observer.h"
|
| #include "ui/base/cursor/cursor.h"
|
| #include "ui/base/dragdrop/drag_drop_types.h"
|
| @@ -23,7 +24,6 @@
|
| #include "ui/gfx/x/x11_atom_cache.h"
|
| #include "ui/views/views_export.h"
|
| #include "ui/views/widget/desktop_aura/x11_move_loop_delegate.h"
|
| -#include "ui/wm/public/drag_drop_client.h"
|
|
|
| namespace aura {
|
| namespace client {
|
|
|