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

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

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.h
diff --git a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
index eb286f924cf4ec4ea0df1d7d2857c1da01d5eddc..31002c7b43d72a56ba92c17feeadc4e533b523bc 100644
--- a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
+++ b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
@@ -177,7 +177,7 @@ class SafeBrowsingResourceThrottle
scoped_refptr<safe_browsing::SafeBrowsingUIManager> ui_manager_;
const net::URLRequest* request_;
const content::ResourceType resource_type_;
- net::BoundNetLog bound_net_log_;
+ net::NetLogWithSource bound_net_log_;
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingResourceThrottle);
};

Powered by Google App Engine
This is Rietveld 408576698