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

Unified Diff: Source/wtf/text/TextCodecUserDefined.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
« Source/wtf/Uint32Array.h ('K') | « Source/wtf/text/TextCodecUTF8.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/TextCodecUserDefined.h
diff --git a/Source/wtf/text/TextCodecUserDefined.h b/Source/wtf/text/TextCodecUserDefined.h
index 1fff329df5125dffce835f5b8dd839172b4e9aa7..d54ff95fcbde45be00341acb4a90e04d86393f49 100644
--- a/Source/wtf/text/TextCodecUserDefined.h
+++ b/Source/wtf/text/TextCodecUserDefined.h
@@ -30,7 +30,7 @@
namespace WTF {
- class TextCodecUserDefined : public TextCodec {
+ class TextCodecUserDefined FINAL : public TextCodec {
public:
static void registerEncodingNames(EncodingNameRegistrar);
static void registerCodecs(TextCodecRegistrar);
« Source/wtf/Uint32Array.h ('K') | « Source/wtf/text/TextCodecUTF8.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698