| Index: net/tools/quic/synchronous_host_resolver.cc
|
| diff --git a/net/tools/quic/synchronous_host_resolver.cc b/net/tools/quic/synchronous_host_resolver.cc
|
| index 5010679be66063af40ee17c366cb0719c64d5be9..24c262217d10e09e4bd9e2e092507c77b4076228 100644
|
| --- a/net/tools/quic/synchronous_host_resolver.cc
|
| +++ b/net/tools/quic/synchronous_host_resolver.cc
|
| @@ -68,7 +68,7 @@ void ResolverThread::Run() {
|
| DEFAULT_PRIORITY, addresses_,
|
| base::Bind(&ResolverThread::OnResolutionComplete,
|
| weak_factory_.GetWeakPtr()),
|
| - &request, BoundNetLog());
|
| + &request, NetLogWithSource());
|
|
|
| if (rv_ != ERR_IO_PENDING)
|
| return;
|
|
|