Index: components/history/core/test/history_backend_db_base_test.cc |
diff --git a/components/history/core/test/history_backend_db_base_test.cc b/components/history/core/test/history_backend_db_base_test.cc |
index 63e12c1c586e021fb3a39df86cae26c6aadf7c75..8feac3aca34555d471e2e2e5e7a0fbbdf453f690 100644 |
--- a/components/history/core/test/history_backend_db_base_test.cc |
+++ b/components/history/core/test/history_backend_db_base_test.cc |
@@ -135,7 +135,7 @@ bool HistoryBackendDBBaseTest::AddDownload(uint32_t id, |
"application/vnd.oasis.opendocument.text", "application/octet-stream", |
time, time, std::string(), std::string(), 0, 512, state, |
DownloadDangerType::NOT_DANGEROUS, kTestDownloadInterruptReasonNone, |
- std::string(), id, guid, false, "by_ext_id", "by_ext_name", |
+ std::string(), id, guid, false, time, "by_ext_id", "by_ext_name", |
std::vector<DownloadSliceInfo>()); |
return db_->CreateDownload(download); |
} |