Index: net/quic/crypto/aes_128_gcm_12_decrypter.h |
diff --git a/net/quic/crypto/aes_128_gcm_12_decrypter.h b/net/quic/crypto/aes_128_gcm_12_decrypter.h |
index 146a86b57f371c00dffc94d26120e4acab6b3870..20541cee8c06e7c8e843eea854d5605595dff7a4 100644 |
--- a/net/quic/crypto/aes_128_gcm_12_decrypter.h |
+++ b/net/quic/crypto/aes_128_gcm_12_decrypter.h |
@@ -34,7 +34,7 @@ class NET_EXPORT_PRIVATE Aes128Gcm12Decrypter : public QuicDecrypter { |
}; |
Aes128Gcm12Decrypter(); |
- virtual ~Aes128Gcm12Decrypter(); |
+ virtual ~Aes128Gcm12Decrypter() OVERRIDE; |
// Returns true if the underlying crypto library supports AES GCM. |
static bool IsSupported(); |