Index: net/tools/quic/end_to_end_test.cc |
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc |
index efbd78795a18addf812e61ae017c57399c3ef97e..fd3494b5c74486eb78bd134015a9444f0a869ba5 100644 |
--- a/net/tools/quic/end_to_end_test.cc |
+++ b/net/tools/quic/end_to_end_test.cc |
@@ -157,7 +157,7 @@ vector<TestParams> GetTestParams() { |
// these tests need to ensure that clients are never attempting |
// to do 0-RTT across incompatible versions. Chromium only supports |
// a single version at a time anyway. :) |
- QuicVersionVector all_supported_versions = QuicSupportedVersions(); |
+ QuicVersionVector all_supported_versions = AllSupportedVersions(); |
QuicVersionVector version_buckets[4]; |
for (const QuicVersion version : all_supported_versions) { |