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

Unified Diff: content/browser/download/base_file.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: content/browser/download/base_file.cc
diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
index f1fbd87219863472d4dc95897c843ae5db0cdbe2..54e5e3c7ef94f96dd78a95c5842d1be293fcf39a 100644
--- a/content/browser/download/base_file.cc
+++ b/content/browser/download/base_file.cc
@@ -27,7 +27,7 @@
namespace content {
-BaseFile::BaseFile(const net::BoundNetLog& bound_net_log)
+BaseFile::BaseFile(const net::NetLogWithSource& bound_net_log)
: bound_net_log_(bound_net_log) {}
BaseFile::~BaseFile() {

Powered by Google App Engine
This is Rietveld 408576698