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

Unified Diff: net/tools/quic/synchronous_host_resolver.cc

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 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
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;

Powered by Google App Engine
This is Rietveld 408576698