| Index: chromeos/timezone/timezone_request.h
|
| diff --git a/chromeos/timezone/timezone_request.h b/chromeos/timezone/timezone_request.h
|
| index e90857823046cb641cc0675547719a99a7f8fd8b..dbad66b7d3712f7bd22b6a7ff66d80264e179adb 100644
|
| --- a/chromeos/timezone/timezone_request.h
|
| +++ b/chromeos/timezone/timezone_request.h
|
| @@ -118,7 +118,7 @@ class CHROMEOS_EXPORT TimeZoneRequest : private net::URLFetcherDelegate {
|
| base::Time retry_timeout_abs_;
|
|
|
| // Pending retry.
|
| - base::OneShotTimer<TimeZoneRequest> timezone_request_scheduled_;
|
| + base::OneShotTimer timezone_request_scheduled_;
|
|
|
| base::TimeDelta retry_sleep_on_server_error_;
|
|
|
|
|