| Index: components/user_prefs/tracked/pref_hash_filter.h
|
| diff --git a/components/user_prefs/tracked/pref_hash_filter.h b/components/user_prefs/tracked/pref_hash_filter.h
|
| index 3f68011c161b6c302c7f50701b792858160a0f80..87c3f036ab12e359351fcef78cfd425fcbaf7e83 100644
|
| --- a/components/user_prefs/tracked/pref_hash_filter.h
|
| +++ b/components/user_prefs/tracked/pref_hash_filter.h
|
| @@ -24,13 +24,18 @@
|
|
|
| class PrefHashStore;
|
| class PrefService;
|
| -class TrackedPreferenceValidationDelegate;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| class Time;
|
| } // namespace base
|
|
|
| +namespace prefs {
|
| +namespace mojom {
|
| +class TrackedPreferenceValidationDelegate;
|
| +}
|
| +}
|
| +
|
| namespace user_prefs {
|
| class PrefRegistrySyncable;
|
| } // namespace user_prefs
|
| @@ -84,7 +89,7 @@ class PrefHashFilter : public InterceptablePrefFilter {
|
| StoreContentsPair external_validation_hash_store_pair_,
|
| const std::vector<TrackedPreferenceMetadata>& tracked_preferences,
|
| const base::Closure& on_reset_on_load,
|
| - TrackedPreferenceValidationDelegate* delegate,
|
| + prefs::mojom::TrackedPreferenceValidationDelegate* delegate,
|
| size_t reporting_ids_count,
|
| bool report_super_mac_validity);
|
|
|
|
|