| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 0487b3e915110de01b7dba94ab2f518933345ca2..6283b3b48957dc7b0b7cac9d4bb7e797157af4c1 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -196,7 +196,7 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| QuicConnectionHelperInterface* helper,
|
| QuicPacketWriter* writer,
|
| bool is_server,
|
| - QuicVersion version);
|
| + const QuicVersionVector& supported_versions);
|
| virtual ~QuicConnection();
|
|
|
| // Send the data in |data| to the peer in as few packets as possible.
|
|
|