| Index: chrome/browser/profiles/profile_manager.h
 | 
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
 | 
| index fa0701029a5165cd421fe8b6ebd693d1c4ff6223..a0672eb3a1870c76739245dc509ebc62a091e806 100644
 | 
| --- a/chrome/browser/profiles/profile_manager.h
 | 
| +++ b/chrome/browser/profiles/profile_manager.h
 | 
| @@ -185,7 +185,7 @@ class ProfileManager : public base::NonThreadSafe,
 | 
|        bool is_managed);
 | 
|  
 | 
|    // 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.
 | 
| 
 |