| Index: ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
|
| diff --git a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
|
| index 1f432caf021d58bc48c5f8c307ec63b049f343c2..a33f12ff76eddf6612ee9e96154211cfff76b813 100644
|
| --- a/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
|
| +++ b/ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc
|
| @@ -4,11 +4,13 @@
|
|
|
| #include "ui/views/widget/desktop_aura/x11_whole_screen_move_loop.h"
|
|
|
| -#include <X11/Xlib.h>
|
| +#include <stddef.h>
|
| #include <X11/keysym.h>
|
| +#include <X11/Xlib.h>
|
| #include <utility>
|
|
|
| #include "base/bind.h"
|
| +#include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "ui/aura/client/capture_client.h"
|
|
|