| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index aaf5322a4ae26fd9cc521947abb339e9d2860607..f325ca28443bfac14cefa7aea42b1df06c978620 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -194,7 +194,7 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| QuicPacketWriter* writer,
|
| bool is_server,
|
| const QuicVersionVector& supported_versions);
|
| - virtual ~QuicConnection();
|
| + virtual ~QuicConnection() OVERRIDE;
|
|
|
| // Sets connection parameters from the supplied |config|.
|
| void SetFromConfig(const QuicConfig& config);
|
|
|