| 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 4b9f8ab3c8a78405e109bc589ee5ce5ae6e3edbd..eed872d2fe493969f4e17d6807c22f021a7114d1 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
|
| @@ -129,7 +129,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* registry);
|
|
|
| void AddObserver(ProfileInfoCacheObserver* obs);
|
| void RemoveObserver(ProfileInfoCacheObserver* obs);
|
|
|