| 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 150323d3227e2c65eff8470173422b4bd38ff3d7..ea77d2e8faff403e2995a6f0a121ed7c7476e6c2 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
|
|
|