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

Unified Diff: net/dns/dns_test_util.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/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())

Powered by Google App Engine
This is Rietveld 408576698