| Index: chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc
|
| diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc b/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc
|
| index 7611658d42d2cb3a87c8ec538c859f8dac9b8604..515ed73e4b9ab0986430998c50b24ac10858f51c 100644
|
| --- a/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc
|
| +++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc
|
| @@ -73,7 +73,7 @@ ChromeGeolocationPermissionContextFactory::BuildServiceInstanceFor(
|
| return new Service(static_cast<Profile*>(profile));
|
| }
|
|
|
| -void ChromeGeolocationPermissionContextFactory::RegisterUserPrefs(
|
| +void ChromeGeolocationPermissionContextFactory::RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) {
|
| #if defined(OS_ANDROID)
|
| registry->RegisterBooleanPref(
|
|
|