| Index: chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| index cbe556e2e527949db8afc4ec16317c13a7c35e87..7da97ec2eecf7f072ee7e5bf655533b2e6ee3195 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| @@ -201,10 +201,7 @@ ACTION_P(CheckDownloadUrlDone, threat_type) {
|
| // client->OnCheckDownloadUrlResult(..) directly.
|
| LocalSafeBrowsingDatabaseManager::SafeBrowsingCheck* check =
|
| new LocalSafeBrowsingDatabaseManager::SafeBrowsingCheck(
|
| - arg0,
|
| - std::vector<SBFullHash>(),
|
| - arg1,
|
| - safe_browsing::BINURL,
|
| + arg0, std::vector<SBFullHash>(), arg1, BINURL,
|
| std::vector<SBThreatType>(1, SB_THREAT_TYPE_BINARY_MALWARE_URL));
|
| for (size_t i = 0; i < check->url_results.size(); ++i)
|
| check->url_results[i] = threat_type;
|
|
|