Chromium Code Reviews| 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 3fb14fa997cd8dcbea1f50c7edc748671160ca5b..0ba72d5d9cba287ddfd50d63912e7c96ca2146b6 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, // download visible |
|
dgn
2017/03/08 13:12:04
nit: use the parameter name, like in the surroundi
|
| std::string(), // ext_id |
| std::string(), // ext_name |
| std::vector<history::DownloadSliceInfo>()); // download_slice_info |