| Index: components/domain_reliability/util.cc
|
| diff --git a/components/domain_reliability/util.cc b/components/domain_reliability/util.cc
|
| index 6e710b33ccddab403aaf9eeb4889dae99b6de962..bf2a2cff7cf419d5cb77a0d0f0852ad7aecc7d13 100644
|
| --- a/components/domain_reliability/util.cc
|
| +++ b/components/domain_reliability/util.cc
|
| @@ -118,7 +118,7 @@ std::string GetDomainReliabilityProtocol(
|
| case net::HttpResponseInfo::CONNECTION_INFO_DEPRECATED_HTTP2_15:
|
| case net::HttpResponseInfo::CONNECTION_INFO_HTTP2:
|
| return "SPDY";
|
| - case net::HttpResponseInfo::CONNECTION_INFO_QUIC1_SPDY3:
|
| + case net::HttpResponseInfo::CONNECTION_INFO_QUIC:
|
| return "QUIC";
|
| case net::HttpResponseInfo::NUM_OF_CONNECTION_INFOS:
|
| NOTREACHED();
|
|
|