| Index: chrome/browser/policy/url_blacklist_manager.h
|
| diff --git a/chrome/browser/policy/url_blacklist_manager.h b/chrome/browser/policy/url_blacklist_manager.h
|
| index ee4802e6ebf86b176326e61436ad48db8c3d0ff9..8bde12e325846bd61bc2d63ed01f346432914fe5 100644
|
| --- a/chrome/browser/policy/url_blacklist_manager.h
|
| +++ b/chrome/browser/policy/url_blacklist_manager.h
|
| @@ -19,7 +19,7 @@
|
|
|
| class GURL;
|
| class PrefService;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
|
|
| namespace base {
|
| class ListValue;
|
| @@ -134,7 +134,7 @@ class URLBlacklistManager {
|
| virtual void SetBlacklist(scoped_ptr<URLBlacklist> blacklist);
|
|
|
| // Registers the preferences related to blacklisting in the given PrefService.
|
| - static void RegisterUserPrefs(PrefServiceSyncable* pref_service);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| protected:
|
| // Used to delay updating the blacklist while the preferences are
|
|
|