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

Unified Diff: Source/platform/testing/ArenaTestHelpers.h

Issue 631803002: Replacing the OVERRIDE with override and FINAL with final (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase issue 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/speech/PlatformSpeechSynthesisVoice.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/testing/ArenaTestHelpers.h
diff --git a/Source/platform/testing/ArenaTestHelpers.h b/Source/platform/testing/ArenaTestHelpers.h
index d9d8ad3a45646758fdee6e2e02aac6bf5c424f7d..19d3b81c483a8a7b64ce56b6284e78b8b4ee12f2 100644
--- a/Source/platform/testing/ArenaTestHelpers.h
+++ b/Source/platform/testing/ArenaTestHelpers.h
@@ -37,7 +37,7 @@ namespace ArenaTestHelpers {
// An allocator for the PODArena which tracks the regions which have
// been allocated.
-class TrackedAllocator FINAL : public PODArena::FastMallocAllocator {
+class TrackedAllocator final : public PODArena::FastMallocAllocator {
public:
static PassRefPtr<TrackedAllocator> create()
{
« no previous file with comments | « Source/platform/speech/PlatformSpeechSynthesisVoice.h ('k') | Source/platform/text/LineEnding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698