| 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..ea546c1d0fe1dcac292154e5e436a1b9a07b1f2c 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* registry);
|
| static void RegisterUserPrefs(PrefServiceSyncable* user_prefs);
|
|
|
| protected:
|
|
|