Index: chrome/browser/prefs/browser_prefs.h |
diff --git a/chrome/browser/prefs/browser_prefs.h b/chrome/browser/prefs/browser_prefs.h |
index 93219e711014b79da5d52375ad657f9e4a33f6d7..158de13dc716064519d61f03193e9021384867bc 100644 |
--- a/chrome/browser/prefs/browser_prefs.h |
+++ b/chrome/browser/prefs/browser_prefs.h |
@@ -17,6 +17,9 @@ void RegisterUserPrefs(PrefService* user_prefs); |
// Migrates prefs from |local_state| to |profile|'s pref store. |
void MigrateBrowserPrefs(Profile* profile, PrefService* local_state); |
+// Migrates prefs in |profile|'s pref store. |
+void MigrateUserPrefs(Profile* profile); |
+ |
} // namespace chrome |
#endif // CHROME_BROWSER_PREFS_BROWSER_PREFS_H_ |