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

Unified Diff: Source/wtf/text/TextCodecICU.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/TextCodecICU.h
diff --git a/Source/wtf/text/TextCodecICU.h b/Source/wtf/text/TextCodecICU.h
index 4b8b57675cfcc1482ebfcb02fdf947f0d56f43e0..92644e802b1d8c1f6168e98ed664119ba114059e 100644
--- a/Source/wtf/text/TextCodecICU.h
+++ b/Source/wtf/text/TextCodecICU.h
@@ -37,7 +37,7 @@ namespace WTF {
class TextCodecInput;
-class TextCodecICU : public TextCodec {
+class TextCodecICU FINAL : public TextCodec {
public:
static void registerEncodingNames(EncodingNameRegistrar);
static void registerCodecs(TextCodecRegistrar);

Powered by Google App Engine
This is Rietveld 408576698