Chromium Code Reviews| Index: ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc |
| diff --git a/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc b/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc |
| index 6c59fae07b8710789425cac5743ca740bc2c3b65..67040cbaa35d0b2841e67cffa827be4473d7e6cd 100644 |
| --- a/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc |
| +++ b/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc |
| @@ -4,10 +4,10 @@ |
| #include "ui/views/widget/desktop_aura/x11_topmost_window_finder.h" |
| +#include <stddef.h> |
| +#include <X11/extensions/shape.h> |
| #include <X11/Xlib.h> |
| #include <X11/Xregion.h> |
| -#include <X11/extensions/shape.h> |
|
gab
2016/12/23 15:42:11
Not sure why those were sorted this way but I'd er
fdoray
2016/12/23 17:34:08
Done.
|
| -#include <stddef.h> |
| #include <algorithm> |
| #include <memory> |
| @@ -18,6 +18,7 @@ |
| #undef None |
| #include "base/macros.h" |
| +#include "base/memory/ptr_util.h" |
| #include "third_party/skia/include/core/SkRect.h" |
| #include "third_party/skia/include/core/SkRegion.h" |
| #include "ui/aura/window.h" |