| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 0d4d7daf72f57c345e0549749401b312b2f5bd7f..857d2674c626226a6c8af520865841988985f585 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -175,7 +175,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.
|
|
|