Index: chrome/browser/search_engines/template_url_prepopulate_data.h |
diff --git a/chrome/browser/search_engines/template_url_prepopulate_data.h b/chrome/browser/search_engines/template_url_prepopulate_data.h |
index c41e54615b7a3a26dc2157c50d8a095352c0944c..aee76791ab31ff98bb68e7d6fdc88c05146281b9 100644 |
--- a/chrome/browser/search_engines/template_url_prepopulate_data.h |
+++ b/chrome/browser/search_engines/template_url_prepopulate_data.h |
@@ -14,6 +14,7 @@ |
class GURL; |
class PrefService; |
+class PrefServiceSyncable; |
class Profile; |
class TemplateURL; |
@@ -35,7 +36,7 @@ void InitCountryCode(const std::string& country_code); |
#endif |
-void RegisterUserPrefs(PrefService* prefs); |
+void RegisterUserPrefs(PrefServiceSyncable* prefs); |
// Returns the current version of the prepopulate data, so callers can know when |
// they need to re-merge. If the prepopulate data comes from the preferences |