| Index: net/quic/test_tools/crypto_test_utils.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc
|
| index 0bb3ad237edadd1d5c71107e47e6398135b21d7f..59270b25155c465727df54f7d78c3faf66b759bb 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils.cc
|
| @@ -792,7 +792,7 @@ void CryptoTestUtils::MovePackets(PacketSavingConnection* source_conn,
|
|
|
| for (const QuicStreamFrame* stream_frame : framer.stream_frames()) {
|
| ASSERT_TRUE(crypto_framer.ProcessInput(
|
| - StringPiece(stream_frame->frame_buffer, stream_frame->frame_length)));
|
| + StringPiece(stream_frame->data_buffer, stream_frame->data_length)));
|
| ASSERT_FALSE(crypto_visitor.error());
|
| }
|
| }
|
|
|