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 077da98cedafb578e9a27a6beef821ad31e42aba..0deb7ba19b8eec98eb5b30fa387b2a2b739e6e19 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 |
@@ -299,6 +299,7 @@ class LastDownloadFinderTest : public testing::Test { |
download_id_++, // id |
base::GenerateGUID(), // GUID |
false, // download_opened |
+ now - base::TimeDelta::FromMinutes(5), // last_access_time |
std::string(), // ext_id |
std::string(), // ext_name |
std::vector<history::DownloadSliceInfo>()); // download_slice_info |