| Index: net/quic/quic_crypto_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/quic_crypto_stream_test.cc
|
| index e79a1f341fc06a25c0251a2df6c15943dfbbf5b0..a491235fdace82ae8cf35fee0495908eb614ae9f 100644
|
| --- a/net/quic/quic_crypto_stream_test.cc
|
| +++ b/net/quic/quic_crypto_stream_test.cc
|
| @@ -29,8 +29,7 @@ class MockQuicCryptoStream : public QuicCryptoStream {
|
| : QuicCryptoStream(session) {
|
| }
|
|
|
| - virtual void OnHandshakeMessage(
|
| - const CryptoHandshakeMessage& message) override {
|
| + void OnHandshakeMessage(const CryptoHandshakeMessage& message) override {
|
| messages_.push_back(message);
|
| }
|
|
|
|
|