Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5659)

Unified Diff: chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc

Issue 2665243003: add a download slices table into history download db (Closed)
Patch Set: addressing comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 49b194f15e0f807e297c664b8e0531de3db65b64..116feb2aeb2d02ccdf7b1da263c798bcfa820abc 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
@@ -295,7 +295,8 @@ class LastDownloadFinderTest : public testing::Test {
base::GenerateGUID(), // GUID
false, // download_opened
std::string(), // ext_id
- std::string()); // ext_name
+ std::string(), // ext_name
+ std::vector<history::DownloadJobInfo>()); // download_job_info
}
content::TestBrowserThreadBundle browser_thread_bundle_;

Powered by Google App Engine
This is Rietveld 408576698