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 b2f6f83f8b24fd6079ee64a09b6bae89a61a4394..1398c14304c005a897b6ca94724b8c551b4f0d4f 100644 |
--- a/chrome/browser/policy/url_blacklist_manager.h |
+++ b/chrome/browser/policy/url_blacklist_manager.h |
@@ -19,6 +19,7 @@ |
class GURL; |
class PrefService; |
+class PrefServiceSyncable; |
namespace base { |
class ListValue; |
@@ -130,7 +131,7 @@ class URLBlacklistManager { |
virtual void SetBlacklist(scoped_ptr<URLBlacklist> blacklist); |
// Registers the preferences related to blacklisting in the given PrefService. |
- static void RegisterPrefs(PrefService* pref_service); |
+ static void RegisterUserPrefs(PrefServiceSyncable* pref_service); |
protected: |
// Used to delay updating the blacklist while the preferences are |