Index: chrome/browser/safe_browsing/client_side_detection_host.cc |
diff --git a/chrome/browser/safe_browsing/client_side_detection_host.cc b/chrome/browser/safe_browsing/client_side_detection_host.cc |
index be5822e8783e2d16aaadb3b5b04013748c368af4..6479e7db97a3351c3f2519912f07310e5e237c5e 100644 |
--- a/chrome/browser/safe_browsing/client_side_detection_host.cc |
+++ b/chrome/browser/safe_browsing/client_side_detection_host.cc |
@@ -644,7 +644,7 @@ void ClientSideDetectionHost::MalwareFeatureExtractionDone( |
DVLOG(2) << "Malware Feature extraction done for URL: " << request->url() |
<< ", with badip url count:" << request->bad_ip_url_info_size(); |
UMA_HISTOGRAM_BOOLEAN( |
- "SBClientMalware.ResourceUrlMatchesBadIp", |
+ "SBClientMalware.ResourceUrlMatchedBadIp", |
request->bad_ip_url_info_size() > 0); |
// Send ping if there is matching features. |
if (feature_extraction_success && request->bad_ip_url_info_size() > 0) { |