| Index: content/browser/geolocation/location_arbitrator_impl_unittest.cc
|
| diff --git a/content/browser/geolocation/location_arbitrator_impl_unittest.cc b/content/browser/geolocation/location_arbitrator_impl_unittest.cc
|
| index 207fd041477353e888cd94df6fc086d4827978ec..59b76109bf2ba26f9d4a7ee5674295a906b0e666 100644
|
| --- a/content/browser/geolocation/location_arbitrator_impl_unittest.cc
|
| +++ b/content/browser/geolocation/location_arbitrator_impl_unittest.cc
|
| @@ -106,8 +106,8 @@ class TestingLocationArbitrator : public LocationArbitratorImpl {
|
|
|
| base::Time GetTimeNow() const override { return GetTimeNowForTest(); }
|
|
|
| - AccessTokenStore* NewAccessTokenStore() override {
|
| - return access_token_store_.get();
|
| + scoped_refptr<AccessTokenStore> NewAccessTokenStore() override {
|
| + return access_token_store_;
|
| }
|
|
|
| std::unique_ptr<LocationProvider> NewNetworkLocationProvider(
|
|
|