| 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 a63859a0e3cb37d566e592f07dcdcd1803beb7fd..6f6adbba47dfe69dc95d0bc89ad1c48c4ca35e2b 100644
|
| --- a/chrome/browser/net/http_server_properties_manager.h
|
| +++ b/chrome/browser/net/http_server_properties_manager.h
|
| @@ -67,7 +67,7 @@ class HttpServerPropertiesManager
|
| void ShutdownOnUIThread();
|
|
|
| // Register |prefs| for properties managed here.
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::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.
|
|
|