| Index: net/quic/test_tools/quic_test_packet_maker.h
|
| diff --git a/net/quic/test_tools/quic_test_packet_maker.h b/net/quic/test_tools/quic_test_packet_maker.h
|
| index adb2f3be5e70d0154d73ae0fb50b219725e0006c..3c52350a9094126661f493630f004164a46f0fd7 100644
|
| --- a/net/quic/test_tools/quic_test_packet_maker.h
|
| +++ b/net/quic/test_tools/quic_test_packet_maker.h
|
| @@ -61,7 +61,7 @@ class QuicTestPacketMaker {
|
| QuicStreamId stream_id,
|
| bool should_include_version,
|
| bool fin,
|
| - QuicPriority priority,
|
| + SpdyPriority priority,
|
| const SpdyHeaderBlock& headers,
|
| size_t* spdy_headers_frame_length);
|
|
|
| @@ -72,7 +72,7 @@ class QuicTestPacketMaker {
|
| QuicStreamId stream_id,
|
| bool should_include_version,
|
| bool fin,
|
| - QuicPriority priority,
|
| + SpdyPriority priority,
|
| const SpdyHeaderBlock& headers);
|
|
|
| // If |spdy_headers_frame_length| is non-null, it will be set to the size of
|
|
|