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

Unified Diff: Source/wtf/text/TextCodecLatin1.h

Issue 134663006: Update WTF classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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
Index: Source/wtf/text/TextCodecLatin1.h
diff --git a/Source/wtf/text/TextCodecLatin1.h b/Source/wtf/text/TextCodecLatin1.h
index 46946d518eb1802c357231ccbde36a7eca8469dd..7a0fa3715be1d585390105ffdc1b04344010adcd 100644
--- a/Source/wtf/text/TextCodecLatin1.h
+++ b/Source/wtf/text/TextCodecLatin1.h
@@ -30,7 +30,7 @@
namespace WTF {
-class TextCodecLatin1 : public TextCodec {
+class TextCodecLatin1 FINAL : public TextCodec {
public:
static void registerEncodingNames(EncodingNameRegistrar);
static void registerCodecs(TextCodecRegistrar);

Powered by Google App Engine
This is Rietveld 408576698