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 b2a3b7b7987d49a833a551aff34564a3ac654256..bb95ee26ab97083c6245280cdab7d9d1356a47a3 100644 |
--- a/chrome/browser/chromeos/proxy_config_service_impl.h |
+++ b/chrome/browser/chromeos/proxy_config_service_impl.h |
@@ -199,7 +199,8 @@ class ProxyConfigServiceImpl |
net::ProxyConfig* proxy_config); |
// Register UseShardProxies preference. |
- static void RegisterPrefs(PrefService* pref_service); |
+ static void RegisterPrefs(PrefServiceSimple* pref_service); |
+ static void RegisterUserPrefs(PrefServiceSyncable* pref_service); |
#if defined(UNIT_TEST) |
void SetTesting(ProxyConfig* test_config) { |