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

Unified Diff: content/browser/download/download_create_info.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
« no previous file with comments | « content/browser/download/download_create_info.h ('k') | content/browser/download/download_file_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_create_info.cc
diff --git a/content/browser/download/download_create_info.cc b/content/browser/download/download_create_info.cc
index cbfb20c4b726d11bddd3400e70a277e09f0b6d50..559829e98205f133f8ddb1ae88748aded98e7e63 100644
--- a/content/browser/download/download_create_info.cc
+++ b/content/browser/download/download_create_info.cc
@@ -14,7 +14,7 @@ namespace content {
DownloadCreateInfo::DownloadCreateInfo(
const base::Time& start_time,
- const net::BoundNetLog& bound_net_log,
+ const net::NetLogWithSource& bound_net_log,
eroman 2016/09/20 18:09:36 Either in this change or a follow-up, we should re
tfarina 2016/09/21 19:41:04 Done.
std::unique_ptr<DownloadSaveInfo> save_info)
: download_id(DownloadItem::kInvalidId),
start_time(start_time),
@@ -27,7 +27,7 @@ DownloadCreateInfo::DownloadCreateInfo(
DownloadCreateInfo::DownloadCreateInfo()
: DownloadCreateInfo(base::Time(),
- net::BoundNetLog(),
+ net::NetLogWithSource(),
base::WrapUnique(new DownloadSaveInfo)) {}
DownloadCreateInfo::~DownloadCreateInfo() {}
« no previous file with comments | « content/browser/download/download_create_info.h ('k') | content/browser/download/download_file_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698