| 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() {
|
|
|