| Index: chrome/browser/net/http_server_properties_manager.h
|
| diff --git a/chrome/browser/net/http_server_properties_manager.h b/chrome/browser/net/http_server_properties_manager.h
|
| index c9ede4af96f5e1ff5cdcda6337ade79e0b66e340..48dfd2dcf35a864521645e75506bd7cae3cc8c4c 100644
|
| --- a/chrome/browser/net/http_server_properties_manager.h
|
| +++ b/chrome/browser/net/http_server_properties_manager.h
|
| @@ -20,7 +20,7 @@
|
| #include "net/http/http_server_properties_impl.h"
|
|
|
| class PrefService;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
|
|
| namespace chrome_browser_net {
|
|
|
| @@ -64,7 +64,7 @@ class HttpServerPropertiesManager
|
| void ShutdownOnUIThread();
|
|
|
| // Register |prefs| for properties managed here.
|
| - static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| // Deletes all data. Works asynchronously, but if a |completion| callback is
|
| // provided, it will be fired on the UI thread when everything is done.
|
|
|