| Index: net/dns/dns_test_util.cc
|
| diff --git a/net/dns/dns_test_util.cc b/net/dns/dns_test_util.cc
|
| index 5ee0f1d15217fec747fcf0473b04ecd232cc121f..24ce6fbb3755a40468374b355b623a3abe398249 100644
|
| --- a/net/dns/dns_test_util.cc
|
| +++ b/net/dns/dns_test_util.cc
|
| @@ -171,7 +171,7 @@ class MockTransactionFactory : public DnsTransactionFactory {
|
| const std::string& hostname,
|
| uint16_t qtype,
|
| const DnsTransactionFactory::CallbackType& callback,
|
| - const BoundNetLog&) override {
|
| + const NetLogWithSource&) override {
|
| MockTransaction* transaction =
|
| new MockTransaction(rules_, hostname, qtype, callback);
|
| if (transaction->delayed())
|
|
|