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

Unified Diff: Source/platform/text/DateTimeFormatTest.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/testing/ArenaTestHelpers.h ('k') | Source/platform/text/LineEnding.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/DateTimeFormatTest.cpp
diff --git a/Source/platform/text/DateTimeFormatTest.cpp b/Source/platform/text/DateTimeFormatTest.cpp
index df419418d63b5d2c9b277546a197dc16724d259f..a6db6f503ea305df93e37411227b762bd654fb75 100644
--- a/Source/platform/text/DateTimeFormatTest.cpp
+++ b/Source/platform/text/DateTimeFormatTest.cpp
@@ -193,12 +193,12 @@ private:
Tokens tokens() const { return Tokens(m_tokens); }
private:
- virtual void visitField(FieldType fieldType, int count) OVERRIDE
+ virtual void visitField(FieldType fieldType, int count) override
{
m_tokens.append(Token(fieldType, count));
}
- virtual void visitLiteral(const String& string) OVERRIDE
+ virtual void visitLiteral(const String& string) override
{
m_tokens.append(Token(string));
}
« no previous file with comments | « Source/platform/testing/ArenaTestHelpers.h ('k') | Source/platform/text/LineEnding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698