Index: net/cert_net/cert_net_fetcher_impl.cc |
diff --git a/net/cert_net/cert_net_fetcher_impl.cc b/net/cert_net/cert_net_fetcher_impl.cc |
index 51947e3238a31480803dc017f316533fe3f934ea..bf7623b9cd41b1e37bb6efef4fc04a2605923872 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_; |