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

Unified Diff: net/url_request/url_request_throttler_entry.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/url_request/url_request_throttler_entry.cc
diff --git a/net/url_request/url_request_throttler_entry.cc b/net/url_request/url_request_throttler_entry.cc
index ce7778d83b38083a56e4c36188e5e8ef04db7c7e..a41758f98161cccf3e3894ef3e4e0f636237c8e7 100644
--- a/net/url_request/url_request_throttler_entry.cc
+++ b/net/url_request/url_request_throttler_entry.cc
@@ -73,9 +73,9 @@ URLRequestThrottlerEntry::URLRequestThrottlerEntry(
backoff_entry_(&backoff_policy_),
manager_(manager),
url_id_(url_id),
- net_log_(
- BoundNetLog::Make(manager->net_log(),
- NetLogSourceType::EXPONENTIAL_BACKOFF_THROTTLING)) {
+ net_log_(NetLogWithSource::Make(
+ manager->net_log(),
+ NetLogSourceType::EXPONENTIAL_BACKOFF_THROTTLING)) {
DCHECK(manager_);
Initialize();
}

Powered by Google App Engine
This is Rietveld 408576698