| Index: net/dns/dns_transaction.h
|
| diff --git a/net/dns/dns_transaction.h b/net/dns/dns_transaction.h
|
| index fdd05421ccf8678ed114793d7f904b095bcb75f8..75882051f96b009115e55a043f3af867e34ffda7 100644
|
| --- a/net/dns/dns_transaction.h
|
| +++ b/net/dns/dns_transaction.h
|
| @@ -16,7 +16,7 @@
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class DnsResponse;
|
| class DnsSession;
|
|
|
| @@ -66,7 +66,7 @@ class NET_EXPORT_PRIVATE DnsTransactionFactory {
|
| const std::string& hostname,
|
| uint16_t qtype,
|
| const CallbackType& callback,
|
| - const BoundNetLog& net_log) WARN_UNUSED_RESULT = 0;
|
| + const NetLogWithSource& net_log) WARN_UNUSED_RESULT = 0;
|
|
|
| // Creates a DnsTransactionFactory which creates DnsTransactionImpl using the
|
| // |session|.
|
|
|