| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc
|
| index 7c1a0e6afe4b759eab2eefeccee562172bcc1610..162cf3c49a34bd69a1a5e604d015d51ae7aa9116 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include <vector>
|
|
|
| +#include <stddef.h>
|
| #include <X11/extensions/shape.h>
|
| #include <X11/Xlib.h>
|
|
|
| @@ -15,6 +16,7 @@
|
| #undef None
|
|
|
| #include "base/command_line.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/run_loop.h"
|
| #include "ui/aura/window.h"
|
|
|