Index: net/http/transport_security_state.cc |
diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc |
index 30d352712f27739fb9aecbd9a72e56680e93b60c..3b262bad7388d0efba4cf7dd1b8ca7c4533f4778 100644 |
--- a/net/http/transport_security_state.cc |
+++ b/net/http/transport_security_state.cc |
@@ -49,7 +49,7 @@ int g_ct_required_for_testing = 0; |
void RecordUMAForHPKPReportFailure(const GURL& report_uri, int net_error) { |
UMA_HISTOGRAM_SPARSE_SLOWLY("Net.PublicKeyPinReportSendingFailure", |
- net_error); |
+ -net_error); |
} |
std::string TimeToISO8601(const base::Time& t) { |