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

Unified Diff: Source/platform/text/DateTimeFormatTest.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/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 9facc96b571147ca995b899bf63c12c0dd85afb4..da9a7dab6be4412a420009906e021a29ed83326b 100644
--- a/Source/platform/text/DateTimeFormatTest.cpp
+++ b/Source/platform/text/DateTimeFormatTest.cpp
@@ -198,7 +198,7 @@ private:
m_tokens.append(Token(fieldType, count));
}
- virtual void visitLiteral(const String& string) override
+ 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