| Index: content/public/browser/geolocation_delegate.cc
|
| diff --git a/content/public/browser/geolocation_delegate.cc b/content/public/browser/geolocation_delegate.cc
|
| index 8975fed40259c597351308e604e4f2979d43c868..2894f461c89150859fdf84f4aa7b74f99d87749f 100644
|
| --- a/content/public/browser/geolocation_delegate.cc
|
| +++ b/content/public/browser/geolocation_delegate.cc
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "content/public/browser/geolocation_delegate.h"
|
| +#include "content/public/browser/location_provider.h"
|
|
|
| namespace content {
|
|
|
| @@ -14,7 +15,8 @@ AccessTokenStore* GeolocationDelegate::CreateAccessTokenStore() {
|
| return nullptr;
|
| }
|
|
|
| -LocationProvider* GeolocationDelegate::OverrideSystemLocationProvider() {
|
| +std::unique_ptr<LocationProvider>
|
| +GeolocationDelegate::OverrideSystemLocationProvider() {
|
| return nullptr;
|
| }
|
|
|
|
|