| 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 5e19e96777a0b63a6af80159372180dabfdabfd9..cd606610e78fb0db662ca2b4f6b66d143fe2f729 100644
|
| --- a/components/user_prefs/tracked/pref_hash_filter.h
|
| +++ b/components/user_prefs/tracked/pref_hash_filter.h
|
| @@ -154,7 +154,7 @@ class PrefHashFilter : public InterceptablePrefFilter {
|
| const base::Optional<StoreContentsPair> external_validation_hash_store_pair_;
|
|
|
| // Invoked if a reset occurs in a call to FilterOnLoad.
|
| - const base::Closure on_reset_on_load_;
|
| + base::Closure on_reset_on_load_;
|
|
|
| TrackedPreferencesMap tracked_paths_;
|
|
|
|
|