Index: net/http/transport_security_state.cc |
diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc |
index f33c2ec1d90436864f7a08718fb8709c2c8a90a3..fc698b8e7a506d2969b9ffa739d6876b6d29e400 100644 |
--- a/net/http/transport_security_state.cc |
+++ b/net/http/transport_security_state.cc |
@@ -69,8 +69,8 @@ struct SHA256ToHashValueComparator { |
}; |
void RecordUMAForHPKPReportFailure(const GURL& report_uri, int net_error) { |
- UMA_HISTOGRAM_SPARSE_SLOWLY("Net.PublicKeyPinReportSendingFailure", |
- net_error); |
+ UMA_HISTOGRAM_SPARSE_SLOWLY("Net.PublicKeyPinReportSendingFailure2", |
+ -net_error); |
} |
std::string TimeToISO8601(const base::Time& t) { |