| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 98cd169196aabbd48c1a770d63a16a5441d6c810..ced4f00f59a8f0fe826471fe77fb1ed4cc9f90c5 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -827,7 +827,7 @@ content::GeolocationPermissionContext*
|
| ProfileImpl::GetGeolocationPermissionContext() {
|
| if (!geolocation_permission_context_.get()) {
|
| geolocation_permission_context_ =
|
| - new ChromeGeolocationPermissionContext(this);
|
| + ChromeGeolocationPermissionContext::Create(this);
|
| }
|
| return geolocation_permission_context_.get();
|
| }
|
|
|