| Index: net/spdy/spdy_test_util_common.h
|
| diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
|
| index 0b6e8d39817dd9dcb50e20439920b134ebb1f1d6..2e2f6668706349f265589c1bb22522d1ce11d5f3 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -132,6 +132,7 @@ bool GetSpdyPriority(SpdyMajorVersion version,
|
| // Tries to create a stream in |session| synchronously. Returns NULL
|
| // on failure.
|
| base::WeakPtr<SpdyStream> CreateStreamSynchronously(
|
| + SpdyStreamType type,
|
| const scoped_refptr<SpdySession>& session,
|
| const GURL& url,
|
| RequestPriority priority,
|
|
|