Index: net/spdy/spdy_session.cc |
diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc |
index 3964772f25903585d8477d9abfe530f604efed9e..1843a2651670c42b0d7c11eea50b355c738887c3 100644 |
--- a/net/spdy/spdy_session.cc |
+++ b/net/spdy/spdy_session.cc |
@@ -2968,7 +2968,8 @@ void SpdySession::RecordProtocolErrorHistogram( |
SpdyProtocolErrorDetails details) { |
UMA_HISTOGRAM_ENUMERATION("Net.SpdySessionErrorDetails2", details, |
NUM_SPDY_PROTOCOL_ERROR_DETAILS); |
- if (EndsWith(host_port_pair().host(), "google.com", false)) { |
+ if (base::EndsWith(host_port_pair().host(), "google.com", |
+ base::CompareCase::SENSITIVE)) { |
UMA_HISTOGRAM_ENUMERATION("Net.SpdySessionErrorDetails_Google2", details, |
NUM_SPDY_PROTOCOL_ERROR_DETAILS); |
} |