| Index: chromeos/geolocation/simple_geolocation_request.h
|
| diff --git a/chromeos/geolocation/simple_geolocation_request.h b/chromeos/geolocation/simple_geolocation_request.h
|
| index 179efcb21a1093a387eea1023a6634ccce9cfc76..5ec5ce31b4548bbed53bd0c7353ce49f67613962 100644
|
| --- a/chromeos/geolocation/simple_geolocation_request.h
|
| +++ b/chromeos/geolocation/simple_geolocation_request.h
|
| @@ -103,10 +103,10 @@ class SimpleGeolocationRequest : private net::URLFetcherDelegate {
|
| const base::TimeDelta timeout_;
|
|
|
| // Pending retry.
|
| - base::OneShotTimer<SimpleGeolocationRequest> request_scheduled_;
|
| + base::OneShotTimer request_scheduled_;
|
|
|
| // Stop request on timeout.
|
| - base::OneShotTimer<SimpleGeolocationRequest> timeout_timer_;
|
| + base::OneShotTimer timeout_timer_;
|
|
|
| // Number of retry attempts.
|
| unsigned retries_;
|
|
|