| Index: net/quic/test_tools/crypto_test_utils_test.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils_test.cc b/net/quic/test_tools/crypto_test_utils_test.cc
|
| index 19e6df43c71b5eeedfe77ffc916fbeb3171f2e41..667f09ef5701e2fe7a99d87dfb793b1422d4ced5 100644
|
| --- a/net/quic/test_tools/crypto_test_utils_test.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils_test.cc
|
| @@ -152,7 +152,7 @@ TEST(CryptoTestUtilsTest, TestGenerateFullCHLO) {
|
| "COPT", "SREJ",
|
| "PUBS", pub_hex.c_str(),
|
| "NONC", nonce_hex.c_str(),
|
| - "VER\0", QuicUtils::TagToString(QuicVersionToQuicTag(version)).c_str(),
|
| + "VER\0", QuicTagToString(QuicVersionToQuicTag(version)).c_str(),
|
| "$padding", static_cast<int>(kClientHelloMinimumSize),
|
| nullptr);
|
| // clang-format on
|
|
|