Chromium Code Reviews| 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 4ab5cfce15847cb64e531e5f1bacd1bb1a940ca6..39dc9d955fc0a0f3e52b5b1f11aa8f178b567f0a 100644 |
| --- a/components/user_prefs/tracked/interceptable_pref_filter.h |
| +++ b/components/user_prefs/tracked/interceptable_pref_filter.h |
| @@ -5,8 +5,9 @@ |
| #ifndef COMPONENTS_USER_PREFS_TRACKED_INTERCEPTABLE_PREF_FILTER_H_ |
| #define COMPONENTS_USER_PREFS_TRACKED_INTERCEPTABLE_PREF_FILTER_H_ |
| +#include <memory> |
|
danakj
2016/04/25 18:32:58
unused
dcheng
2016/04/25 19:55:06
This is needed: this is an include that was added
|
| + |
| #include "base/callback.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/memory/weak_ptr.h" |
| #include "base/values.h" |
| #include "components/prefs/pref_filter.h" |