| Index: chrome/browser/profiles/profile_manager.h
 | 
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
 | 
| index 3c47bb80d559e8a3522cc9c4f18d60538e9d10a9..cf2721479b460b2e93c7fd90c272ffca97106224 100644
 | 
| --- a/chrome/browser/profiles/profile_manager.h
 | 
| +++ b/chrome/browser/profiles/profile_manager.h
 | 
| @@ -189,7 +189,7 @@ class ProfileManager : public base::NonThreadSafe,
 | 
|        bool is_managed);
 | 
|  
 | 
|    // Register multi-profile related preferences in Local State.
 | 
| -  static void RegisterPrefs(PrefServiceSimple* prefs);
 | 
| +  static void RegisterPrefs(PrefRegistrySimple* registry);
 | 
|  
 | 
|    // Returns a ProfileInfoCache object which can be used to get information
 | 
|    // about profiles without having to load them from disk.
 | 
| 
 |