| Index: chrome/browser/geolocation/geolocation_prefs.h
|
| diff --git a/chrome/browser/geolocation/geolocation_prefs.h b/chrome/browser/geolocation/geolocation_prefs.h
|
| index c4fc954e086eea447d003990e69d3f9995d8306c..d5be8e5a53245e9f5a4de3beb49d07d0a6369339 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_
|
|
|