Index: chrome/browser/profiles/profile_info_cache.h |
diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h |
index 9a6a9fd1313cc3293eeb8b1ef3f38b729a936492..cec4255a63837831db479c435a289516eb5d8c28 100644 |
--- a/chrome/browser/profiles/profile_info_cache.h |
+++ b/chrome/browser/profiles/profile_info_cache.h |
@@ -27,7 +27,7 @@ class DictionaryValue; |
} |
class PrefService; |
-class PrefServiceSimple; |
+class PrefRegistrySimple; |
// This class saves various information about profiles to local preferences. |
// This cache can be used to display a list of profiles without having to |
@@ -127,7 +127,7 @@ class ProfileInfoCache : public ProfileInfoInterface, |
static std::vector<string16> GetProfileNames(); |
// Register cache related preferences in Local State. |
- static void RegisterPrefs(PrefServiceSimple* prefs); |
+ static void RegisterPrefs(PrefRegistrySimple* prefs); |
void AddObserver(ProfileInfoCacheObserver* obs); |
void RemoveObserver(ProfileInfoCacheObserver* obs); |