diff options
Diffstat (limited to 'net/http/http_network_transaction_unittest.cc')
-rw-r--r-- | net/http/http_network_transaction_unittest.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc index 39d58eb..b3947fc 100644 --- a/net/http/http_network_transaction_unittest.cc +++ b/net/http/http_network_transaction_unittest.cc @@ -426,8 +426,8 @@ class HttpNetworkTransactionTest INSTANTIATE_TEST_CASE_P(NextProto, HttpNetworkTransactionTest, testing::Values(kProtoSPDY31, - kProtoSPDY4_14, - kProtoSPDY4)); + kProtoHTTP2_14, + kProtoHTTP2)); namespace { @@ -11874,8 +11874,8 @@ class AltSvcCertificateVerificationTest : public HttpNetworkTransactionTest { INSTANTIATE_TEST_CASE_P(NextProto, AltSvcCertificateVerificationTest, testing::Values(kProtoSPDY31, - kProtoSPDY4_14, - kProtoSPDY4)); + kProtoHTTP2_14, + kProtoHTTP2)); // The alternative service host must exhibit a certificate that is valid for the // origin host. Test that this is enforced when pooling to an existing |