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

Unified Diff: net/tools/gdig/gdig.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/gdig/gdig.cc
diff --git a/net/tools/gdig/gdig.cc b/net/tools/gdig/gdig.cc
index 5af22a7386e6ea793297f142efebf004490f93b7..64e63582c137022977949187be6b28ef52fe727f 100644
--- a/net/tools/gdig/gdig.cc
+++ b/net/tools/gdig/gdig.cc
@@ -471,7 +471,7 @@ void GDig::ReplayNextEntry() {
++replay_log_index_;
int ret = resolver_->Resolve(
info, DEFAULT_PRIORITY, addrlist, callback, &request_,
- BoundNetLog::Make(log_.get(), net::NetLogSourceType::NONE));
+ NetLogWithSource::Make(log_.get(), net::NetLogSourceType::NONE));
if (ret != ERR_IO_PENDING)
callback.Run(ret);
}

Powered by Google App Engine
This is Rietveld 408576698