| 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 13c0005a03d9964a5976cbf9fd0be2e07724c44b..f2bc17b3e7bbea548fe02b5f7d8511c92b7b078f 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
|
| @@ -267,7 +267,8 @@ class LastDownloadFinderTest : public testing::Test {
|
| return history::DownloadRow(
|
| base::FilePath(file_path), base::FilePath(file_path),
|
| std::vector<GURL>(1, GURL("http://www.google.com")), // url_chain
|
| - GURL("http://referrer.example.com/"), // referrer
|
| + GURL("http://referrer.example.com/"), // referrer
|
| + GURL("http://site-url.example.com/"), // site instance URL
|
| GURL("http://tab-url.example.com/"), // tab URL
|
| GURL("http://tab-referrer.example.com/"), // tab referrer URL
|
| std::string(), // HTTP method
|
| @@ -286,9 +287,9 @@ class LastDownloadFinderTest : public testing::Test {
|
| std::string(), // hash
|
| download_id_++, // id
|
| base::GenerateGUID(), // GUID
|
| - false, // download_opened
|
| - std::string(), // ext_id
|
| - std::string()); // ext_name
|
| + false, // download_opened
|
| + std::string(), // ext_id
|
| + std::string()); // ext_name
|
| }
|
|
|
| content::TestBrowserThreadBundle browser_thread_bundle_;
|
|
|