| 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 ffba9b28c62ca5fa4696450e1086249078d230c4..db7ee95d9b605a8cb3011c6ca95b3cbf8652743f 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.cc
|
| +++ b/chrome/browser/profiles/profile_info_cache.cc
|
| @@ -814,6 +814,6 @@ std::vector<string16> ProfileInfoCache::GetProfileNames() {
|
| }
|
|
|
| // static
|
| -void ProfileInfoCache::RegisterPrefs(PrefService* prefs) {
|
| +void ProfileInfoCache::RegisterPrefs(PrefServiceSimple* prefs) {
|
| prefs->RegisterDictionaryPref(prefs::kProfileInfoCache);
|
| }
|
|
|