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

Unified Diff: services/ui/ws/focus_controller.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: services/ui/ws/focus_controller.cc
diff --git a/services/ui/ws/focus_controller.cc b/services/ui/ws/focus_controller.cc
index 6dcf9fbfad1746720308c8708ad93abe161fcbe0..7b2f7354997bc403d671a6f6026e844a7932d2b5 100644
--- a/services/ui/ws/focus_controller.cc
+++ b/services/ui/ws/focus_controller.cc
@@ -5,6 +5,7 @@
#include "services/ui/ws/focus_controller.h"
#include "base/macros.h"
+#include "base/memory/ptr_util.h"
#include "services/ui/public/interfaces/window_manager.mojom.h"
#include "services/ui/ws/focus_controller_delegate.h"
#include "services/ui/ws/focus_controller_observer.h"

Powered by Google App Engine
This is Rietveld 408576698