| 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 58021df319cd90d35152fd65c19ec2bbf79348eb..ae39d02c156444bed4890be1fb4260a6f957baf4 100644
|
| --- a/components/user_prefs/tracked/interceptable_pref_filter.h
|
| +++ b/components/user_prefs/tracked/interceptable_pref_filter.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "base/prefs/pref_filter.h"
|
| #include "base/values.h"
|
| +#include "components/prefs/pref_filter.h"
|
|
|
| // A partial implementation of a PrefFilter whose FilterOnLoad call may be
|
| // intercepted by a FilterOnLoadInterceptor. Implementations of
|
|
|