| 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..de88dc275b12a8e537a31ace69ae763722c0ab74 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;
|
| + SpdyPriority Priority() const override;
|
|
|
| // Sends |message| to the peer.
|
| // TODO(wtc): return a success/failure status.
|
|
|