| Index: content/browser/download/save_file.cc
|
| diff --git a/content/browser/download/save_file.cc b/content/browser/download/save_file.cc
|
| index 3a2bf29fea74059be118274d939391c83e32f1dc..e9319c519df45b63ea25e9b1d6d79736cb02d24a 100644
|
| --- a/content/browser/download/save_file.cc
|
| +++ b/content/browser/download/save_file.cc
|
| @@ -14,7 +14,7 @@ namespace content {
|
| // Unfortunately, as it is, constructors of SaveFile don't always
|
| // have access to the SavePackage at this point.
|
| SaveFile::SaveFile(const SaveFileCreateInfo* info, bool calculate_hash)
|
| - : file_(net::BoundNetLog()), info_(info) {
|
| + : file_(net::NetLogWithSource()), info_(info) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::FILE);
|
|
|
| DCHECK(info);
|
|
|