Index: chrome/browser/profiles/profile_manager.h |
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h |
index 0c01e33f0ae0fb2236d73e46658897fe6b47f865..59578cab376ede7d6de740cc45ab57c866314bf7 100644 |
--- a/chrome/browser/profiles/profile_manager.h |
+++ b/chrome/browser/profiles/profile_manager.h |
@@ -173,7 +173,7 @@ class ProfileManager : public base::NonThreadSafe, |
chrome::HostDesktopType desktop_type); |
// Register multi-profile related preferences in Local State. |
- static void RegisterPrefs(PrefService* prefs); |
+ static void RegisterPrefs(PrefServiceSimple* prefs); |
// Returns a ProfileInfoCache object which can be used to get information |
// about profiles without having to load them from disk. |