diff options
Diffstat (limited to 'net/cert_net/cert_net_fetcher_impl.cc')
-rw-r--r-- | net/cert_net/cert_net_fetcher_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cert_net/cert_net_fetcher_impl.cc b/net/cert_net/cert_net_fetcher_impl.cc index 51947e3..bf7623b 100644 --- a/net/cert_net/cert_net_fetcher_impl.cc +++ b/net/cert_net/cert_net_fetcher_impl.cc @@ -217,7 +217,7 @@ class CertNetFetcherImpl::Job : public URLRequest::Delegate { // Used to timeout the job when the URLRequest takes too long. This timer is // also used for notifying a failure to start the URLRequest. - base::OneShotTimer<Job> timer_; + base::OneShotTimer timer_; // Non-owned pointer to the CertNetFetcherImpl that created this job. CertNetFetcherImpl* parent_; |