Index: chrome/browser/net/http_server_properties_manager.cc |
diff --git a/chrome/browser/net/http_server_properties_manager.cc b/chrome/browser/net/http_server_properties_manager.cc |
index 167392de46737e0fbe0c7a41e5351226c3b6885d..87b4d93774616b0dd5663e6bc141edbf2845885d 100644 |
--- a/chrome/browser/net/http_server_properties_manager.cc |
+++ b/chrome/browser/net/http_server_properties_manager.cc |
@@ -89,9 +89,10 @@ void HttpServerPropertiesManager::ShutdownOnUIThread() { |
} |
// static |
-void HttpServerPropertiesManager::RegisterPrefs(PrefService* prefs) { |
+void HttpServerPropertiesManager::RegisterUserPrefs( |
+ PrefServiceSyncable* prefs) { |
prefs->RegisterDictionaryPref(prefs::kHttpServerProperties, |
- PrefService::UNSYNCABLE_PREF); |
+ PrefServiceSyncable::UNSYNCABLE_PREF); |
} |
// This is required for conformance with the HttpServerProperties interface. |