| Index: content/browser/download/download_item_impl_unittest.cc
|
| diff --git a/content/browser/download/download_item_impl_unittest.cc b/content/browser/download/download_item_impl_unittest.cc
|
| index abbd52e75247763268a7d78a4a3db39a2d690b1b..d2ce5dd6066c8cd731cace1dcc1488facab3c159 100644
|
| --- a/content/browser/download/download_item_impl_unittest.cc
|
| +++ b/content/browser/download/download_item_impl_unittest.cc
|
| @@ -221,7 +221,7 @@ class DownloadItemTest : public testing::Test {
|
| new testing::NiceMock<MockRequestHandle>);
|
| DownloadItemImpl* download =
|
| new DownloadItemImpl(&delegate_, *(info_.get()),
|
| - request_handle.Pass(), false, net::BoundNetLog());
|
| + request_handle.Pass(), net::BoundNetLog());
|
| allocated_downloads_.insert(download);
|
| return download;
|
| }
|
|
|