| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 5ce8fecac0a5ae82def32c9fd6b0f4e59cd838dc..57e16d7c6581dae9ec7047252208803f38c84279 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -366,7 +366,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| scoped_ptr<SpdyBufferProducer> producer);
|
|
|
| // Creates and returns a SYN frame for |stream_id|.
|
| - scoped_ptr<SpdyFrame> CreateSynStream(
|
| + scoped_ptr<SpdySerializedFrame> CreateSynStream(
|
| SpdyStreamId stream_id,
|
| RequestPriority priority,
|
| SpdyControlFlags flags,
|
| @@ -789,7 +789,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| // queue for the session.
|
| void EnqueueSessionWrite(RequestPriority priority,
|
| SpdyFrameType frame_type,
|
| - scoped_ptr<SpdyFrame> frame);
|
| + scoped_ptr<SpdySerializedFrame> frame);
|
|
|
| // Puts |producer| associated with |stream| onto the write queue
|
| // with the given priority.
|
|
|