| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 54d435d5386f45e61df68fd0828378d963aaadb0..07fec4ba7dacfeab239322cee8b65fff78b2f6a0 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -220,8 +220,8 @@ class ProfileImpl : public Profile {
|
| pref_validation_delegate_;
|
|
|
| // Keep |prefs_| on top for destruction order because |extension_prefs_|,
|
| - // |net_pref_observer_|, |io_data_| and others store pointers to |prefs_| and
|
| - // shall be destructed first.
|
| + // |io_data_| and others store pointers to |prefs_| and shall be destructed
|
| + // first.
|
| scoped_refptr<user_prefs::PrefRegistrySyncable> pref_registry_;
|
| std::unique_ptr<syncable_prefs::PrefServiceSyncable> prefs_;
|
| std::unique_ptr<syncable_prefs::PrefServiceSyncable> otr_prefs_;
|
| @@ -230,7 +230,6 @@ class ProfileImpl : public Profile {
|
| scoped_refptr<ExtensionSpecialStoragePolicy>
|
| extension_special_storage_policy_;
|
| #endif
|
| - std::unique_ptr<NetPrefObserver> net_pref_observer_;
|
| std::unique_ptr<ssl_config::SSLConfigServiceManager>
|
| ssl_config_service_manager_;
|
|
|
|
|