Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc

Issue 2598963005: Include-what-you-use for WrapUnique/MakeUnique. (Closed)
Patch Set: manual change Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698