Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1616)

Unified Diff: net/quic/test_tools/crypto_test_utils.cc

Issue 2517603003: Moves QuicTag typedefs, and QuicTag utility methods to quic_tag.{h,cc}. No behavior change. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_versions.cc ('k') | net/quic/test_tools/crypto_test_utils_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/crypto_test_utils.cc
diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc
index 38f07ed95f8d2373a2a54aa3f5030ce9de736f05..132c0550cb08a647228b7cf433081df9ed3a0dbb 100644
--- a/net/quic/test_tools/crypto_test_utils.cc
+++ b/net/quic/test_tools/crypto_test_utils.cc
@@ -959,7 +959,7 @@ CryptoHandshakeMessage CryptoTestUtils::GenerateDefaultInchoateCHLO(
"PUBS", CryptoTestUtils::GenerateClientPublicValuesHex().c_str(),
"NONC", CryptoTestUtils::GenerateClientNonceHex(clock,
crypto_config).c_str(),
- "VER\0", QuicUtils::TagToString(
+ "VER\0", QuicTagToString(
QuicVersionToQuicTag(version)).c_str(),
"$padding", static_cast<int>(kClientHelloMinimumSize),
nullptr);
« no previous file with comments | « net/quic/core/quic_versions.cc ('k') | net/quic/test_tools/crypto_test_utils_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698