| 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 1d6a96d54faeada496f457cd7469c80b4bfefa4a..f127990ed66c1c1627cea34623b05a8d5d29c68c 100644
|
| --- a/chrome/browser/net/pref_proxy_config_tracker_impl.h
|
| +++ b/chrome/browser/net/pref_proxy_config_tracker_impl.h
|
| @@ -16,7 +16,10 @@
|
|
|
| class PrefService;
|
| class PrefRegistrySimple;
|
| +
|
| +namespace user_prefs {
|
| class PrefRegistrySyncable;
|
| +}
|
|
|
| // A net::ProxyConfigService implementation that applies preference proxy
|
| // settings (pushed from PrefProxyConfigTrackerImpl) as overrides to the proxy
|
| @@ -120,7 +123,7 @@ class PrefProxyConfigTrackerImpl {
|
| // Registers the proxy preferences. These are actually registered
|
| // the same way in local state and in user prefs.
|
| static void RegisterPrefs(PrefRegistrySimple* registry);
|
| - static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
| + static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| protected:
|
| // Get the proxy configuration currently defined by preferences.
|
|
|