Index: components/user_prefs/tracked/interceptable_pref_filter.h |
diff --git a/components/user_prefs/tracked/interceptable_pref_filter.h b/components/user_prefs/tracked/interceptable_pref_filter.h |
index ae39d02c156444bed4890be1fb4260a6f957baf4..a68a5331dc46d9f0a0ed5a620f84e5fa5388cc96 100644 |
--- a/components/user_prefs/tracked/interceptable_pref_filter.h |
+++ b/components/user_prefs/tracked/interceptable_pref_filter.h |
@@ -6,6 +6,7 @@ |
#define COMPONENTS_USER_PREFS_TRACKED_INTERCEPTABLE_PREF_FILTER_H_ |
#include "base/callback.h" |
+#include "base/memory/scoped_ptr.h" |
gab
2016/04/22 18:23:08
Doesn't this conflict with https://codereview.chro
dcheng
2016/04/22 18:26:20
Not really. It's a legitimate IWYU error. After th
|
#include "base/memory/weak_ptr.h" |
#include "base/values.h" |
#include "components/prefs/pref_filter.h" |