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

Unified Diff: services/preferences/public/cpp/pref_observer_store.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
Index: services/preferences/public/cpp/pref_observer_store.cc
diff --git a/services/preferences/public/cpp/pref_observer_store.cc b/services/preferences/public/cpp/pref_observer_store.cc
index 569dcb07ae4e8351a257ece597522e8de9b22591..ec53a1be9c223642418de21ea0c99bc71bc95481 100644
--- a/services/preferences/public/cpp/pref_observer_store.cc
+++ b/services/preferences/public/cpp/pref_observer_store.cc
@@ -4,6 +4,7 @@
#include "services/preferences/public/cpp/pref_observer_store.h"
+#include "base/memory/ptr_util.h"
#include "base/values.h"
#include "mojo/public/cpp/bindings/array.h"
#include "services/service_manager/public/cpp/connector.h"
« no previous file with comments | « services/navigation/public/cpp/view.cc ('k') | services/service_manager/public/cpp/lib/interface_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698