Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 3364332f7bb1a631bd2094144cfc868993c29458..61ef0ca072a2815905f3ff611dd3589487a7477c 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -147,7 +147,7 @@ class Profile : public content::BrowserContext { |
// Profile prefs are registered as soon as the prefs are loaded for the first |
// time. |
- static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry); |
+ static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
// Gets task runner for I/O operations associated with |profile|. |
static scoped_refptr<base::SequencedTaskRunner> GetTaskRunnerForProfile( |