| 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_;
|
|
|