| Index: chrome/browser/geolocation/geolocation_prefs.h
 | 
| diff --git a/chrome/browser/geolocation/geolocation_prefs.h b/chrome/browser/geolocation/geolocation_prefs.h
 | 
| index f838057f47363d84a2fbcb1c97ed9e4c1d76b297..735e5112151c84e6fa6810ed45244692757892ab 100644
 | 
| --- a/chrome/browser/geolocation/geolocation_prefs.h
 | 
| +++ b/chrome/browser/geolocation/geolocation_prefs.h
 | 
| @@ -5,11 +5,12 @@
 | 
|  #ifndef CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PREFS_H_
 | 
|  #define CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PREFS_H_
 | 
|  
 | 
| -class PrefService;
 | 
| +class PrefServiceSimple;
 | 
| +class PrefServiceSyncable;
 | 
|  
 | 
|  namespace geolocation {
 | 
| -void RegisterPrefs(PrefService* prefs);
 | 
| -void RegisterUserPrefs(PrefService* user_prefs);
 | 
| +void RegisterPrefs(PrefServiceSimple* prefs);
 | 
| +void RegisterUserPrefs(PrefServiceSyncable* user_prefs);
 | 
|  }
 | 
|  
 | 
|  #endif  // CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PREFS_H_
 | 
| 
 |