Index: components/cronet/ios/test/quic_test_server.cc |
diff --git a/components/cronet/ios/test/quic_test_server.cc b/components/cronet/ios/test/quic_test_server.cc |
index a54c1c86e21fa91ae3ff2a041ede1769c3881fa9..8f64c5b70a0e7634514989305dd8093883fa0d1e 100644 |
--- a/components/cronet/ios/test/quic_test_server.cc |
+++ b/components/cronet/ios/test/quic_test_server.cc |
@@ -77,7 +77,7 @@ void StartQuicServerOnServerThread(const base::FilePath& test_files_root, |
directory.Append("quic_test.example.com.key.pkcs8"), |
directory.Append("quic_test.example.com.key.sct"))); |
g_quic_server = new net::QuicSimpleServer(std::move(proof_source), config, |
- net::QuicSupportedVersions()); |
+ net::AllSupportedVersions()); |
// Start listening. |
int rv = g_quic_server->Listen( |