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

Unified Diff: services/ui/ws/user_activity_monitor.cc

Issue 2598963005: Include-what-you-use for WrapUnique/MakeUnique. (Closed)
Patch Set: restore order of includes in x11_topmost_window_finder_interactive_uitest.cc 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
« no previous file with comments | « services/ui/ws/server_window.cc ('k') | services/ui/ws/user_activity_monitor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/user_activity_monitor.cc
diff --git a/services/ui/ws/user_activity_monitor.cc b/services/ui/ws/user_activity_monitor.cc
index 2117384eaf293a29c514ad87a49a5ae6d4f00813..d036530b94993a00840034d9d8cf386768050fc6 100644
--- a/services/ui/ws/user_activity_monitor.cc
+++ b/services/ui/ws/user_activity_monitor.cc
@@ -5,6 +5,7 @@
#include "services/ui/ws/user_activity_monitor.h"
#include "base/bind.h"
+#include "base/memory/ptr_util.h"
#include "base/time/default_tick_clock.h"
namespace ui {
« no previous file with comments | « services/ui/ws/server_window.cc ('k') | services/ui/ws/user_activity_monitor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698