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

Unified Diff: Source/modules/filesystem/DraggedIsolatedFileSystem.h

Issue 137923002: Update more modules/ classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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
Index: Source/modules/filesystem/DraggedIsolatedFileSystem.h
diff --git a/Source/modules/filesystem/DraggedIsolatedFileSystem.h b/Source/modules/filesystem/DraggedIsolatedFileSystem.h
index 44bc14a1461669715472bae9dfbcf65abd8f6f61..85adeb96fd17469a313b358db8094da475794fe6 100644
--- a/Source/modules/filesystem/DraggedIsolatedFileSystem.h
+++ b/Source/modules/filesystem/DraggedIsolatedFileSystem.h
@@ -39,9 +39,9 @@ namespace WebCore {
class DOMFileSystem;
-class DraggedIsolatedFileSystem : public Supplement<DataObject> {
+class DraggedIsolatedFileSystem FINAL : public Supplement<DataObject> {
public:
- ~DraggedIsolatedFileSystem();
+ virtual ~DraggedIsolatedFileSystem();
static PassOwnPtr<DraggedIsolatedFileSystem> create(const String& filesystemId)
{
« no previous file with comments | « Source/modules/device_orientation/DeviceOrientationEvent.h ('k') | Source/modules/geolocation/Geolocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698