| Index: net/quic/quic_reliable_client_stream.h
|
| diff --git a/net/quic/quic_reliable_client_stream.h b/net/quic/quic_reliable_client_stream.h
|
| index e3c57ffaaa5495f7726cc1430f18fe584906680f..bb0787f40e2c4b3e1c7960c4cb0de03bff7f101f 100644
|
| --- a/net/quic/quic_reliable_client_stream.h
|
| +++ b/net/quic/quic_reliable_client_stream.h
|
| @@ -61,7 +61,7 @@ class NET_EXPORT_PRIVATE QuicReliableClientStream : public QuicSpdyStream {
|
| void OnDataAvailable() override;
|
| void OnClose() override;
|
| void OnCanWrite() override;
|
| - QuicPriority Priority() const override;
|
| + SpdyPriority Priority() const override;
|
|
|
| // While the server's set_priority shouldn't be called externally, the creator
|
| // of client-side streams should be able to set the priority.
|
|
|