| Index: chromeos/geolocation/simple_geolocation_unittest.cc
|
| diff --git a/chromeos/geolocation/simple_geolocation_unittest.cc b/chromeos/geolocation/simple_geolocation_unittest.cc
|
| index 9ea77e4fa211914df0ae0028d8acebba6be1ad5e..93ff93eba967824c648167a3e875000b1d07b228 100644
|
| --- a/chromeos/geolocation/simple_geolocation_unittest.cc
|
| +++ b/chromeos/geolocation/simple_geolocation_unittest.cc
|
| @@ -84,7 +84,8 @@ class TestGeolocationAPIURLFetcherCallback {
|
| net::URLRequestStatus::Status status) {
|
| EXPECT_EQ(provider_->requests_.size(), 1U);
|
|
|
| - SimpleGeolocationRequest* geolocation_request = provider_->requests_[0];
|
| + SimpleGeolocationRequest* geolocation_request =
|
| + provider_->requests_[0].get();
|
|
|
| const base::TimeDelta base_retry_interval =
|
| base::TimeDelta::FromMilliseconds(kRequestRetryIntervalMilliSeconds);
|
|
|