Index: net/dns/dns_transaction.cc |
diff --git a/net/dns/dns_transaction.cc b/net/dns/dns_transaction.cc |
index 148d248ccb513ba93a677018475640e01658f40c..020d5b4d01e8d1fe55dbbc62f6fe2744c1392ecf 100644 |
--- a/net/dns/dns_transaction.cc |
+++ b/net/dns/dns_transaction.cc |
@@ -961,7 +961,7 @@ class DnsTransactionImpl : public DnsTransaction, |
// Index of the first server to try on each search query. |
int first_server_index_; |
- base::OneShotTimer<DnsTransactionImpl> timer_; |
+ base::OneShotTimer timer_; |
DISALLOW_COPY_AND_ASSIGN(DnsTransactionImpl); |
}; |