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

Unified Diff: chrome/browser/renderer_host/safe_browsing_resource_throttle.cc

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: REBASE 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: chrome/browser/renderer_host/safe_browsing_resource_throttle.cc
diff --git a/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc b/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc
index 57b03789cd6c2a28c166d2dacc078508f9483596..fdb0777f2772cbbd35d7ec69188fe104680451d2 100644
--- a/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc
+++ b/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc
@@ -94,8 +94,9 @@ SafeBrowsingResourceThrottle::SafeBrowsingResourceThrottle(
ui_manager_(sb_service->ui_manager()),
request_(request),
resource_type_(resource_type),
- bound_net_log_(net::BoundNetLog::Make(request->net_log().net_log(),
- NetLogSourceType::SAFE_BROWSING)) {}
+ bound_net_log_(
+ net::NetLogWithSource::Make(request->net_log().net_log(),
+ NetLogSourceType::SAFE_BROWSING)) {}
SafeBrowsingResourceThrottle::~SafeBrowsingResourceThrottle() {
if (defer_state_ != DEFERRED_NONE) {

Powered by Google App Engine
This is Rietveld 408576698