| Index: net/tools/quic/quic_dispatcher_test.cc
|
| diff --git a/net/tools/quic/quic_dispatcher_test.cc b/net/tools/quic/quic_dispatcher_test.cc
|
| index 6e7a4172d2cd6948a92a927d5b2db16d4bca5d02..3c78e671f7a43630a134112aa6e4ceb27b8dfca7 100644
|
| --- a/net/tools/quic/quic_dispatcher_test.cc
|
| +++ b/net/tools/quic/quic_dispatcher_test.cc
|
| @@ -249,8 +249,9 @@ class QuicDispatcherTest : public ::testing::Test {
|
| QuicPacketNumber packet_number) {
|
| QuicVersionVector versions(SupportedVersions(version));
|
| std::unique_ptr<QuicEncryptedPacket> packet(ConstructEncryptedPacket(
|
| - connection_id, has_version_flag, false, packet_number, data,
|
| - connection_id_length, packet_number_length, &versions));
|
| + GetPeerInMemoryConnectionId(connection_id), has_version_flag, false,
|
| + packet_number, data, connection_id_length, packet_number_length,
|
| + &versions));
|
| std::unique_ptr<QuicReceivedPacket> received_packet(
|
| ConstructReceivedPacket(*packet, helper_.GetClock()->Now()));
|
|
|
|
|