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

Unified Diff: components/certificate_transparency/log_dns_client.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: components/certificate_transparency/log_dns_client.cc
diff --git a/components/certificate_transparency/log_dns_client.cc b/components/certificate_transparency/log_dns_client.cc
index 5fb28b973eb7b431532fa677777810973ccfc2d1..06844170cd5938a24c262fd6d0e2ccec1274216e 100644
--- a/components/certificate_transparency/log_dns_client.cc
+++ b/components/certificate_transparency/log_dns_client.cc
@@ -82,7 +82,7 @@ bool ParseAuditPath(const net::DnsResponse& response,
} // namespace
LogDnsClient::LogDnsClient(std::unique_ptr<net::DnsClient> dns_client,
- const net::BoundNetLog& net_log)
+ const net::NetLogWithSource& net_log)
: dns_client_(std::move(dns_client)),
net_log_(net_log),
weak_ptr_factory_(this) {

Powered by Google App Engine
This is Rietveld 408576698