| Index: net/quic/core/quic_crypto_client_stream.h
|
| diff --git a/net/quic/core/quic_crypto_client_stream.h b/net/quic/core/quic_crypto_client_stream.h
|
| index 2b7bd4a624678d81de4639f743c81c8586105306..76ca62baf9874b3a0fe01ab5de825363f2b613a2 100644
|
| --- a/net/quic/core/quic_crypto_client_stream.h
|
| +++ b/net/quic/core/quic_crypto_client_stream.h
|
| @@ -28,7 +28,7 @@ class QUIC_EXPORT_PRIVATE QuicCryptoClientStreamBase : public QuicCryptoStream {
|
| public:
|
| explicit QuicCryptoClientStreamBase(QuicSession* session);
|
|
|
| - ~QuicCryptoClientStreamBase() override{};
|
| + ~QuicCryptoClientStreamBase() override {}
|
|
|
| // Performs a crypto handshake with the server. Returns true if the connection
|
| // is still connected.
|
|
|