| 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 8d7453b47abde670e4beea1f83b5339c966fc37f..e3c57ffaaa5495f7726cc1430f18fe584906680f 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 EffectivePriority() const override;
|
| + QuicPriority 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.
|
|
|