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

Unified Diff: net/dns/dns_transaction.h

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/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|.

Powered by Google App Engine
This is Rietveld 408576698