| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index b53f6f6516888164f949ec9831fa16b42c769b02..95477b153e562fd0337be3dbd2996feda54d64a7 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -25,7 +25,6 @@ class NetPrefObserver;
|
| class PrefService;
|
|
|
| class ShortcutsBackend;
|
| -class SSLConfigServiceManager;
|
| class TrackedPreferenceValidationDelegate;
|
|
|
| #if defined(OS_CHROMEOS)
|
| @@ -55,6 +54,10 @@ class ProfilePolicyConnector;
|
| class SchemaRegistryService;
|
| }
|
|
|
| +namespace ssl_config {
|
| +class SSLConfigServiceManager;
|
| +}
|
| +
|
| namespace syncable_prefs {
|
| class PrefServiceSyncable;
|
| }
|
| @@ -236,7 +239,7 @@ class ProfileImpl : public Profile {
|
| extension_special_storage_policy_;
|
| #endif
|
| scoped_ptr<NetPrefObserver> net_pref_observer_;
|
| - scoped_ptr<SSLConfigServiceManager> ssl_config_service_manager_;
|
| + scoped_ptr<ssl_config::SSLConfigServiceManager> ssl_config_service_manager_;
|
| scoped_refptr<ShortcutsBackend> shortcuts_backend_;
|
|
|
| // Exit type the last time the profile was opened. This is set only once from
|
|
|