| 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 cbc583852176f42d7d48e7e7ea50d7732b604998..23f82b71dffcb1c6c1514b888fe5cdef63c33286 100644
|
| --- a/content/browser/download/download_item_impl_unittest.cc
|
| +++ b/content/browser/download/download_item_impl_unittest.cc
|
| @@ -183,7 +183,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;
|
| }
|
|
|