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

Unified Diff: net/dns/address_sorter_posix_unittest.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/address_sorter_posix_unittest.cc
diff --git a/net/dns/address_sorter_posix_unittest.cc b/net/dns/address_sorter_posix_unittest.cc
index 7520f20c52162bb93c6585260e4bd3b03b58a961..78ba5b992d7826dfb6182d864661e0deda2a6bbd 100644
--- a/net/dns/address_sorter_posix_unittest.cc
+++ b/net/dns/address_sorter_posix_unittest.cc
@@ -85,10 +85,10 @@ class TestUDPClientSocket : public DatagramClientSocket {
return OK;
}
- const BoundNetLog& NetLog() const override { return net_log_; }
+ const NetLogWithSource& NetLog() const override { return net_log_; }
private:
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
const AddressMapping* mapping_;
bool connected_;
IPEndPoint local_endpoint_;

Powered by Google App Engine
This is Rietveld 408576698