Index: components/cronet/android/test/quic_test_server.cc |
diff --git a/components/cronet/android/test/quic_test_server.cc b/components/cronet/android/test/quic_test_server.cc |
index cbcf2ccf5e3df7816cf62cb2514c86c1d5ecb231..beb5712642f9e89dda60f7d06db64b32a87ab390 100644 |
--- a/components/cronet/android/test/quic_test_server.cc |
+++ b/components/cronet/android/test/quic_test_server.cc |
@@ -54,7 +54,7 @@ void StartOnServerThread(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( |