| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index f4945cc88777b7b61a7f01da8998330c2aafa68a..994352074711c07a3e23f203bc04f45b7e119d3a 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -217,6 +217,8 @@ class ProfileImpl : public Profile {
|
| // the latter.
|
| std::unique_ptr<TrackedPreferenceValidationDelegate>
|
| pref_validation_delegate_;
|
| + std::unique_ptr<base::WeakPtrFactory<TrackedPreferenceValidationDelegate>>
|
| + pref_validation_delegate_weak_factory_;
|
|
|
| // Keep |prefs_| on top for destruction order because |extension_prefs_|,
|
| // |io_data_| and others store pointers to |prefs_| and shall be destructed
|
|
|