| Index: net/quic/quic_crypto_stream.h
|
| diff --git a/net/quic/quic_crypto_stream.h b/net/quic/quic_crypto_stream.h
|
| index 33268a991c3c3135e0cc5f728dfb60231b67cedf..d6ab142cb66ccc454b331406011db71c32580659 100644
|
| --- a/net/quic/quic_crypto_stream.h
|
| +++ b/net/quic/quic_crypto_stream.h
|
| @@ -39,7 +39,7 @@ class NET_EXPORT_PRIVATE QuicCryptoStream
|
|
|
| // ReliableQuicStream implementation
|
| void OnDataAvailable() override;
|
| - QuicPriority EffectivePriority() const override;
|
| + QuicPriority Priority() const override;
|
|
|
| // Sends |message| to the peer.
|
| // TODO(wtc): return a success/failure status.
|
|
|