Chromium Code Reviews| Index: content/browser/geolocation/location_arbitrator_impl.h |
| diff --git a/content/browser/geolocation/location_arbitrator_impl.h b/content/browser/geolocation/location_arbitrator_impl.h |
| index a3ccf168e88062675265a111889a37e6e391d23f..55181160085e8e7cbea09c4343b401929185e592 100644 |
| --- a/content/browser/geolocation/location_arbitrator_impl.h |
| +++ b/content/browser/geolocation/location_arbitrator_impl.h |
| @@ -60,7 +60,7 @@ class CONTENT_EXPORT LocationArbitratorImpl : public LocationArbitrator { |
| // These functions are useful for injection of dependencies in derived |
| // testing classes. |
| - virtual AccessTokenStore* NewAccessTokenStore(); |
| + virtual scoped_refptr<AccessTokenStore> NewAccessTokenStore(); |
|
Wez
2016/07/12 21:55:47
If you're changing this then I'd suggest also upda
mcasas
2016/07/15 22:45:54
Done.
|
| virtual std::unique_ptr<LocationProvider> NewNetworkLocationProvider( |
| AccessTokenStore* access_token_store, |
| net::URLRequestContextGetter* context, |