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 a59114c8eeecb0d4e25a2469758b22b2a7b82761..33fcc418c351a7865af08ac92d33139226684609 100644 |
--- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc |
+++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc |
@@ -202,7 +202,7 @@ |
arg0, |
std::vector<SBFullHash>(), |
arg1, |
- safe_browsing::BINURL, |
+ safe_browsing_util::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; |