| Index: content/browser/download/download_browsertest.cc
|
| diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc
|
| index d842e1eac70704297d24226a072f4d1de0fe18fe..65c473af1f4e83d8b635950a35738e46879e5c5f 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 {
|
|
|