Index: net/quic/test_tools/quic_test_utils.h |
diff --git a/net/quic/test_tools/quic_test_utils.h b/net/quic/test_tools/quic_test_utils.h |
index d1883ae9caf9dc5d03e0d6b9d294e4873480f37a..32f4eb9fbbca105c5aa342de15db61dce8e20946 100644 |
--- a/net/quic/test_tools/quic_test_utils.h |
+++ b/net/quic/test_tools/quic_test_utils.h |
@@ -76,7 +76,7 @@ IPAddress Any4(); |
void GenerateBody(std::string* body, int length); |
// Create an encrypted packet for testing. |
-// If versions == nullptr, uses &QuicSupportedVersions(). |
+// If versions == nullptr, uses &AllSupportedVersions(). |
// Note that the packet is encrypted with NullEncrypter, so to decrypt the |
// constructed packet, the framer must be set to use NullDecrypter. |
QuicEncryptedPacket* ConstructEncryptedPacket( |
@@ -93,7 +93,7 @@ QuicEncryptedPacket* ConstructEncryptedPacket( |
Perspective perspective); |
// Create an encrypted packet for testing. |
-// If versions == nullptr, uses &QuicSupportedVersions(). |
+// If versions == nullptr, uses &AllSupportedVersions(). |
// Note that the packet is encrypted with NullEncrypter, so to decrypt the |
// constructed packet, the framer must be set to use NullDecrypter. |
QuicEncryptedPacket* ConstructEncryptedPacket( |