diff options
Diffstat (limited to 'chrome/browser/geolocation/geolocation_prefs.h')
-rw-r--r-- | chrome/browser/geolocation/geolocation_prefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/geolocation/geolocation_prefs.h b/chrome/browser/geolocation/geolocation_prefs.h index c4fc954..d5be8e5 100644 --- a/chrome/browser/geolocation/geolocation_prefs.h +++ b/chrome/browser/geolocation/geolocation_prefs.h @@ -5,11 +5,11 @@ #ifndef CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PREFS_H_ #define CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PREFS_H_ -class PrefServiceSimple; +class PrefRegistrySimple; class PrefServiceSyncable; namespace geolocation { -void RegisterPrefs(PrefServiceSimple* prefs); +void RegisterPrefs(PrefRegistrySimple* registry); } #endif // CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PREFS_H_ |