| Index: chrome/browser/chromeos/proxy_config_service_impl.h
|
| diff --git a/chrome/browser/chromeos/proxy_config_service_impl.h b/chrome/browser/chromeos/proxy_config_service_impl.h
|
| index 07f784836f878832c0e833ef2b2e4848f6348948..a6169dab2cabd3760d2b2b4b1d1e467df5b9a5a2 100644
|
| --- a/chrome/browser/chromeos/proxy_config_service_impl.h
|
| +++ b/chrome/browser/chromeos/proxy_config_service_impl.h
|
| @@ -14,6 +14,9 @@
|
| #include "chrome/browser/chromeos/cros/network_library.h"
|
| #include "chrome/browser/net/pref_proxy_config_tracker_impl.h"
|
|
|
| +class PrefRegistrySimple;
|
| +class PrefRegistrySyncable;
|
| +
|
| namespace chromeos {
|
|
|
| // Implementation of proxy config service for chromeos that:
|
| @@ -200,7 +203,7 @@ class ProxyConfigServiceImpl
|
|
|
| // Register UseShardProxies preference.
|
| static void RegisterPrefs(PrefRegistrySimple* registry);
|
| - static void RegisterUserPrefs(PrefServiceSyncable* pref_service);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| #if defined(UNIT_TEST)
|
| void SetTesting(ProxyConfig* test_config) {
|
|
|