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

Unified Diff: net/dns/dns_client.cc

Issue 15829004: Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: license twerk Created 7 years, 7 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/disk_cache/stress_cache.cc ('k') | net/dns/dns_query.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/dns_client.cc
diff --git a/net/dns/dns_client.cc b/net/dns/dns_client.cc
index 7d8d42ba91188db5b1168459927039e590d1d185..976f1533905112d21097fff65187eafc973e1224 100644
--- a/net/dns/dns_client.cc
+++ b/net/dns/dns_client.cc
@@ -36,7 +36,7 @@ class DnsClientImpl : public DnsClient {
socket_pool.Pass(),
base::Bind(&base::RandInt),
net_log_);
- factory_ = DnsTransactionFactory::CreateFactory(session_);
+ factory_ = DnsTransactionFactory::CreateFactory(session_.get());
}
}
« no previous file with comments | « net/disk_cache/stress_cache.cc ('k') | net/dns/dns_query.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698