| Index: chrome/browser/ui/browser_ui_prefs.h
 | 
| diff --git a/chrome/browser/ui/browser_ui_prefs.h b/chrome/browser/ui/browser_ui_prefs.h
 | 
| index 92e44ae0ff25565f6bbde0342fccc6c845e916a5..6cef1262fde9e79871dc4f80c5a40c371e659cf8 100644
 | 
| --- a/chrome/browser/ui/browser_ui_prefs.h
 | 
| +++ b/chrome/browser/ui/browser_ui_prefs.h
 | 
| @@ -7,13 +7,14 @@
 | 
|  
 | 
|  #include <string>
 | 
|  
 | 
| -class PrefService;
 | 
| +class PrefServiceSimple;
 | 
| +class PrefServiceSyncable;
 | 
|  class Profile;
 | 
|  
 | 
|  namespace chrome {
 | 
|  
 | 
| -void RegisterBrowserPrefs(PrefService* prefs);
 | 
| -void RegisterBrowserUserPrefs(PrefService* prefs);
 | 
| +void RegisterBrowserPrefs(PrefServiceSimple* prefs);
 | 
| +void RegisterBrowserUserPrefs(PrefServiceSyncable* prefs);
 | 
|  
 | 
|  // Create a preference dictionary for the provided application name, in the
 | 
|  // given user profile. This is done only once per application name / per
 | 
| 
 |