Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1351)

Unified Diff: Source/modules/crypto/KeyAlgorithm.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/crypto/CryptoResultImpl.cpp ('k') | Source/modules/device_light/DeviceLightController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/KeyAlgorithm.h
diff --git a/Source/modules/crypto/KeyAlgorithm.h b/Source/modules/crypto/KeyAlgorithm.h
index e1133892054fcd6f719f783e38e4eda300a3c6b6..54f4019cc5ccb67c0496d6d24097d623ca18e834 100644
--- a/Source/modules/crypto/KeyAlgorithm.h
+++ b/Source/modules/crypto/KeyAlgorithm.h
@@ -40,7 +40,7 @@ namespace blink {
class KeyAlgorithm : public GarbageCollectedFinalized<KeyAlgorithm>, public ScriptWrappable {
public:
- virtual ~KeyAlgorithm();
+ ~KeyAlgorithm() override;
static KeyAlgorithm* create(const WebCryptoKeyAlgorithm&);
static KeyAlgorithm* createHash(const WebCryptoAlgorithm&);
« no previous file with comments | « Source/modules/crypto/CryptoResultImpl.cpp ('k') | Source/modules/device_light/DeviceLightController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698