Index: chrome/browser/safe_browsing/download_protection_service.cc |
diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc |
index 43d631ddca872ef8e4e38446a9c0f3458e6d582d..aad28a885aeaddde13df3128d920789a185c623b 100644 |
--- a/chrome/browser/safe_browsing/download_protection_service.cc |
+++ b/chrome/browser/safe_browsing/download_protection_service.cc |
@@ -222,7 +222,7 @@ class DownloadUrlSBClient |
} |
bool IsDangerous(SBThreatType threat_type) const { |
- return threat_type == SB_THREAT_TYPE_BINARY_MALWARE_URL; |
+ return threat_type == SB_THREAT_TYPE_URL_BINARY_MALWARE; |
} |
// Implements SafeBrowsingDatabaseManager::Client. |