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

Unified Diff: chrome/browser/net/ssl_config_service_manager.h

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 7 years, 11 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
Index: chrome/browser/net/ssl_config_service_manager.h
diff --git a/chrome/browser/net/ssl_config_service_manager.h b/chrome/browser/net/ssl_config_service_manager.h
index 570d496e6f1d9baee010e37bc201c088e0fb0044..c1445c607b650e685af9c0ac3edf81d0d0b2ac95 100644
--- a/chrome/browser/net/ssl_config_service_manager.h
+++ b/chrome/browser/net/ssl_config_service_manager.h
@@ -10,7 +10,7 @@ class SSLConfigService;
} // namespace net
class PrefService;
-class PrefServiceSimple;
+class PrefRegistrySimple;
// An interface for creating SSLConfigService objects.
class SSLConfigServiceManager {
@@ -23,7 +23,7 @@ class SSLConfigServiceManager {
PrefService* local_state,
PrefService* user_prefs);
- static void RegisterPrefs(PrefServiceSimple* local_state);
+ static void RegisterPrefs(PrefRegistrySimple* local_state);
virtual ~SSLConfigServiceManager() {}

Powered by Google App Engine
This is Rietveld 408576698