Index: content/browser/geolocation/arbitrator_dependency_factory.cc |
diff --git a/content/browser/geolocation/arbitrator_dependency_factory.cc b/content/browser/geolocation/arbitrator_dependency_factory.cc |
index 7dd9c34848147ae409dbc73a1ce8db8b34d9fb42..547227a798112e82c76093fa0b54c216912abeb0 100644 |
--- a/content/browser/geolocation/arbitrator_dependency_factory.cc |
+++ b/content/browser/geolocation/arbitrator_dependency_factory.cc |
@@ -16,7 +16,7 @@ GeolocationArbitratorDependencyFactory:: |
// DefaultGeolocationArbitratorDependencyFactory |
net::URLRequestContextGetter* |
DefaultGeolocationArbitratorDependencyFactory::GetContextGetter() { |
- return Profile::GetDefaultRequestContext(); |
+ return Profile::Deprecated::GetDefaultRequestContext(); |
} |
DefaultGeolocationArbitratorDependencyFactory::GetTimeNow |
@@ -43,4 +43,3 @@ LocationProviderBase* |
DefaultGeolocationArbitratorDependencyFactory::NewSystemLocationProvider() { |
return ::NewSystemLocationProvider(); |
} |
- |