| Index: net/spdy/spdy_test_util_spdy3.h
|
| ===================================================================
|
| --- net/spdy/spdy_test_util_spdy3.h (revision 174065)
|
| +++ net/spdy/spdy_test_util_spdy3.h (working copy)
|
| @@ -176,13 +176,13 @@
|
| SpdyFrame* ConstructSpdyControlFrame(const char* const extra_headers[],
|
| int extra_header_count,
|
| bool compressed,
|
| - int stream_id,
|
| + SpdyStreamId stream_id,
|
| RequestPriority request_priority,
|
| SpdyControlType type,
|
| SpdyControlFlags flags,
|
| const char* const* kHeaders,
|
| int kHeadersSize,
|
| - int associated_stream_id);
|
| + SpdyStreamId associated_stream_id);
|
|
|
| // Construct an expected SPDY reply string.
|
| // |extra_headers| are the extra header-value pairs, which typically
|
| @@ -239,7 +239,7 @@
|
| // Returns a SpdyFrame.
|
| SpdyFrame* ConstructSpdyGet(const char* const url,
|
| bool compressed,
|
| - int stream_id,
|
| + SpdyStreamId stream_id,
|
| RequestPriority request_priority);
|
|
|
| // Constructs a standard SPDY GET SYN packet, optionally compressed.
|
|
|