Chromium Code Reviews| 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()); |
| } |
| } |