| Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| index ba84098208a4846ecd539ea670a6fc7964712b8b..3ddbcd838b5015d7e36ebc49e7416656f13dcc6a 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| @@ -300,6 +300,7 @@ class LastDownloadFinderTest : public testing::Test {
|
| base::GenerateGUID(), // GUID
|
| false, // download_opened
|
| now - base::TimeDelta::FromMinutes(5), // last_access_time
|
| + true, // transient
|
| std::string(), // ext_id
|
| std::string(), // ext_name
|
| std::vector<history::DownloadSliceInfo>()); // download_slice_info
|
|
|