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

Unified Diff: chrome/browser/net/pref_proxy_config_tracker_impl.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/pref_proxy_config_tracker_impl.h
diff --git a/chrome/browser/net/pref_proxy_config_tracker_impl.h b/chrome/browser/net/pref_proxy_config_tracker_impl.h
index c280b50639a3a4da0292b9e286650d89114d9628..ed0f4906389edf5000d60275f93e9b020d65db6a 100644
--- a/chrome/browser/net/pref_proxy_config_tracker_impl.h
+++ b/chrome/browser/net/pref_proxy_config_tracker_impl.h
@@ -15,7 +15,7 @@
#include "net/proxy/proxy_config_service.h"
class PrefService;
-class PrefServiceSimple;
+class PrefRegistrySimple;
class PrefServiceSyncable;
// A net::ProxyConfigService implementation that applies preference proxy
@@ -119,7 +119,7 @@ class PrefProxyConfigTrackerImpl {
// Registers the proxy preferences. These are actually registered
// the same way in local state and in user prefs.
- static void RegisterPrefs(PrefServiceSimple* local_state);
+ static void RegisterPrefs(PrefRegistrySimple* local_state);
static void RegisterUserPrefs(PrefServiceSyncable* user_prefs);
protected:

Powered by Google App Engine
This is Rietveld 408576698