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

Unified Diff: Source/platform/text/PlatformLocale.cpp

Issue 1213003004: Fix virtual/override/final usage in Source/platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/platform/text/LocaleWin.h ('k') | Source/platform/transforms/IdentityTransformOperation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/PlatformLocale.cpp
diff --git a/Source/platform/text/PlatformLocale.cpp b/Source/platform/text/PlatformLocale.cpp
index 28e6aec9b56983b81e63d585b559ae7733869cbf..84d6e588a4bf7d23a5a84e10dc890cdbb0906a97 100644
--- a/Source/platform/text/PlatformLocale.cpp
+++ b/Source/platform/text/PlatformLocale.cpp
@@ -49,8 +49,8 @@ public:
private:
// DateTimeFormat::TokenHandler functions.
- virtual void visitField(DateTimeFormat::FieldType, int) override final;
- virtual void visitLiteral(const String&) override final;
+ void visitField(DateTimeFormat::FieldType, int) final;
+ void visitLiteral(const String&) final;
String zeroPadString(const String&, size_t width);
void appendNumber(int number, size_t width);
« no previous file with comments | « Source/platform/text/LocaleWin.h ('k') | Source/platform/transforms/IdentityTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698