Index: chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc |
diff --git a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc |
index ae56f72f15677d10ba52aaa28cdcb8e0685ba221..4bd547e1e2114a20e60867c3fad4e71592f72bd3 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc |
+++ b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc |
@@ -31,7 +31,7 @@ void RecordSignatureVerificationTime(size_t file_index, |
base::HistogramBase* signature_verification_time_histogram = |
base::Histogram::FactoryTimeGet( |
- std::string(kHistogramName) + base::IntToString(file_index), |
+ std::string(kHistogramName) + base::SizeTToString(file_index), |
base::TimeDelta::FromMilliseconds(1), |
base::TimeDelta::FromSeconds(20), |
50, |