diff options
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r-- | net/spdy/spdy_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h index 68a1a42..7b93171 100644 --- a/net/spdy/spdy_session.h +++ b/net/spdy/spdy_session.h @@ -397,7 +397,7 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>, // |frame| is the frame to send. // |priority| is the priority for insertion into the queue. // |stream| is the stream which this IO is associated with (or NULL). - void QueueFrame(SpdyFrame* frame, SpdyPriority priority, + void QueueFrame(SpdyFrame* frame, RequestPriority priority, SpdyStream* stream); // Track active streams in the active stream list. |