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

Unified Diff: Source/core/fileapi/FileReaderSync.h

Issue 631223002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/[fetch|fileapi] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/core/fileapi/FileReaderLoader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/FileReaderSync.h
diff --git a/Source/core/fileapi/FileReaderSync.h b/Source/core/fileapi/FileReaderSync.h
index 54e7afade0e1d461a84646f2e1d5ec1d6c789323..39b72fb69d2d1c97d85a397b7984e0a70efe8b17 100644
--- a/Source/core/fileapi/FileReaderSync.h
+++ b/Source/core/fileapi/FileReaderSync.h
@@ -44,7 +44,7 @@ class ExceptionState;
class FileReaderLoader;
class ExecutionContext;
-class FileReaderSync FINAL : public GarbageCollected<FileReaderSync>, public ScriptWrappable {
+class FileReaderSync final : public GarbageCollected<FileReaderSync>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static FileReaderSync* create()
« no previous file with comments | « Source/core/fileapi/FileReaderLoader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698