| Index: net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| ===================================================================
|
| --- net/spdy/spdy_http_stream_spdy3_unittest.cc (revision 174065)
|
| +++ net/spdy/spdy_http_stream_spdy3_unittest.cc (working copy)
|
| @@ -528,8 +528,8 @@
|
|
|
| // Constructs a standard SPDY SYN_STREAM frame for a GET request with
|
| // a credential set.
|
| -SpdyFrame* ConstructCredentialRequestFrame(int slot, const GURL& url,
|
| - int stream_id) {
|
| +SpdyFrame* ConstructCredentialRequestFrame(size_t slot, const GURL& url,
|
| + SpdyStreamId stream_id) {
|
| const SpdyHeaderInfo syn_headers = {
|
| SYN_STREAM,
|
| stream_id,
|
|
|