| Index: net/quic/crypto/p256_key_exchange.h
|
| diff --git a/net/quic/crypto/p256_key_exchange.h b/net/quic/crypto/p256_key_exchange.h
|
| index 8145cc052492ab315885bfb9839e0251e9bee9cf..f6c35485c714b8ca6a9e2a241d0e5e54efc2f826 100644
|
| --- a/net/quic/crypto/p256_key_exchange.h
|
| +++ b/net/quic/crypto/p256_key_exchange.h
|
| @@ -28,7 +28,7 @@ namespace net {
|
| // Diffie-Hellman on NIST P-256.
|
| class NET_EXPORT_PRIVATE P256KeyExchange : public KeyExchange {
|
| public:
|
| - virtual ~P256KeyExchange();
|
| + virtual ~P256KeyExchange() OVERRIDE;
|
|
|
| // New creates a new key exchange object from a private key. If
|
| // |private_key| is invalid, NULL is returned.
|
|
|