| Index: chrome/browser/profiles/profile_info_cache.cc
|
| diff --git a/chrome/browser/profiles/profile_info_cache.cc b/chrome/browser/profiles/profile_info_cache.cc
|
| index 2247627e427105f665eb6cc88039a33c1d876ea8..cb645ee8ba2086d64340b00560350daaba7262d7 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.cc
|
| +++ b/chrome/browser/profiles/profile_info_cache.cc
|
| @@ -823,6 +823,6 @@ std::vector<string16> ProfileInfoCache::GetProfileNames() {
|
| }
|
|
|
| // static
|
| -void ProfileInfoCache::RegisterPrefs(PrefService* prefs) {
|
| +void ProfileInfoCache::RegisterPrefs(PrefServiceSimple* prefs) {
|
| prefs->RegisterDictionaryPref(prefs::kProfileInfoCache);
|
| }
|
|
|