Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index 28b870a2e949fa6f29e122350397d3f6dd464c87..d0604842ef200c93d302ffafef2f4a6e54085b08 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -57,7 +57,7 @@ Profile::Delegate::~Delegate() { |
const char Profile::kProfileKey[] = "__PROFILE__"; |
// static |
-void Profile::RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry) { |
+void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
registry->RegisterBooleanPref( |
prefs::kSearchSuggestEnabled, |
true, |