Index: net/spdy/spdy_session.h |
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h |
index 68a1a42d1cea767f0ee7e625ff63f7bb01573bbc..7b93171b45fb37b1e91748f664377a093494f240 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. |