Index: net/spdy/spdy_test_util_spdy2.h |
=================================================================== |
--- net/spdy/spdy_test_util_spdy2.h (revision 174065) |
+++ net/spdy/spdy_test_util_spdy2.h (working copy) |
@@ -136,13 +136,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 |
@@ -199,7 +199,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. |