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

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

Issue 630853002: Replacing the OVERRIDE with override in third_party/WebKit/Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase build fix Created 6 years, 2 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 79991ced8991997c2314e1c712930aaa6b0e1169..01387a47ad139d906db0f6e10c29b061fbd7ac76 100644
--- a/Source/platform/text/PlatformLocale.cpp
+++ b/Source/platform/text/PlatformLocale.cpp
@@ -52,8 +52,8 @@ public:
private:
// DateTimeFormat::TokenHandler functions.
- virtual void visitField(DateTimeFormat::FieldType, int) OVERRIDE FINAL;
- virtual void visitLiteral(const String&) OVERRIDE FINAL;
+ virtual void visitField(DateTimeFormat::FieldType, int) override FINAL;
+ virtual void visitLiteral(const String&) override 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