| 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 502e426aa5417f472f1692991b7df8ed06805d5f..bb375760cc7791cf37481888be688e16b3afd4e3 100644
|
| --- a/content/browser/download/download_item_impl_unittest.cc
|
| +++ b/content/browser/download/download_item_impl_unittest.cc
|
| @@ -193,7 +193,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;
|
| }
|
|
|