Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1549)

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 1320533007: Componentize ssl_config_service_manager_pref.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve -Wnewline-eof mac_chromium bot failure Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prefs/command_line_pref_store_unittest.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/prefs/command_line_pref_store_unittest.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698