| Index: content/browser/download/download_browsertest.cc
|
| diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc
|
| index 4b3bb5cd3c80b0481aab1f06de5ca796efb24806..2924e4bed983ac520e7634c77e4c5e0f3f71b801 100644
|
| --- a/content/browser/download/download_browsertest.cc
|
| +++ b/content/browser/download/download_browsertest.cc
|
| @@ -210,6 +210,7 @@ DownloadFileWithDelay::DownloadFileWithDelay(
|
| default_download_directory,
|
| std::move(stream),
|
| net_log,
|
| + false,
|
| observer),
|
| owner_(owner) {}
|
|
|
| @@ -314,6 +315,7 @@ class CountingDownloadFile : public DownloadFileImpl {
|
| default_downloads_directory,
|
| std::move(stream),
|
| net_log,
|
| + false,
|
| observer) {}
|
|
|
| ~CountingDownloadFile() override {
|
|
|