Index: chrome/browser/first_run/first_run.h |
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h |
index 91e5cda9aa4e34ec558168348a62ecd525b9768e..7be708fa15fd1c123131ccb754386a5af564864d 100644 |
--- a/chrome/browser/first_run/first_run.h |
+++ b/chrome/browser/first_run/first_run.h |
@@ -99,7 +99,7 @@ bool CreateSentinel(); |
std::string GetPingDelayPrefName(); |
// Register user preferences used by the MasterPrefs structure. |
-void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry); |
+void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
// Removes the sentinel file created in ConfigDone(). Returns false if the |
// sentinel file could not be removed. |