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 0ad5a9b1551823a7a0ecafd7930aa8aff4cfe3df..a794d3fd21979ecf411a1451731d887d5d7f88f6 100644 |
--- a/content/browser/download/download_item_impl_unittest.cc |
+++ b/content/browser/download/download_item_impl_unittest.cc |
@@ -113,7 +113,7 @@ class DownloadItemTest : public testing::Test { |
new testing::NiceMock<MockRequestHandle>; |
DownloadItem* download = |
new DownloadItemImpl(&delegate_, *(info_.get()), |
- request_handle, false); |
+ request_handle, false, net::BoundNetLog()); |
allocated_downloads_.insert(download); |
return download; |
} |