| Index: components/user_prefs/tracked/pref_hash_filter.cc
|
| diff --git a/components/user_prefs/tracked/pref_hash_filter.cc b/components/user_prefs/tracked/pref_hash_filter.cc
|
| index 6ae59af8e21bcfc760ac0e9788d4c184b0e7a177..7b108c48b8af89e5e05e0f50a98ce10f9ddcf3df 100644
|
| --- a/components/user_prefs/tracked/pref_hash_filter.cc
|
| +++ b/components/user_prefs/tracked/pref_hash_filter.cc
|
| @@ -54,7 +54,7 @@ PrefHashFilter::PrefHashFilter(
|
| 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)
|
| : pref_hash_store_(std::move(pref_hash_store)),
|
|
|