Index: net/quic/quic_session.h |
diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h |
index cbdfb05c9535a80d0e9d09398673391f0803be07..ce92c9a0fc9eacf40d2e1dd8d811c46be7d5f896 100644 |
--- a/net/quic/quic_session.h |
+++ b/net/quic/quic_session.h |
@@ -168,7 +168,8 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface { |
// connection-level flow control but not by its own stream-level flow control. |
// The stream will be given a chance to write when a connection-level |
// WINDOW_UPDATE arrives. |
- void MarkConnectionLevelWriteBlocked(QuicStreamId id, QuicPriority priority); |
+ void MarkConnectionLevelWriteBlocked(QuicStreamId id, |
+ SpdyPriority priority); |
// Returns true if the session has data to be sent, either queued in the |
// connection, or in a write-blocked stream. |