Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1576)

Unified Diff: net/dns/dns_transaction.cc

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/dns/dns_config_service.h ('k') | net/http/http_response_body_drainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « net/dns/dns_config_service.h ('k') | net/http/http_response_body_drainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698