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

Unified Diff: Source/core/storage/StorageArea.h

Issue 638493002: Replacing the OVERRIDE with override and FINAL with final in WebKit/Source/core/storage (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/storage/Storage.h ('k') | Source/core/storage/StorageEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/storage/StorageArea.h
diff --git a/Source/core/storage/StorageArea.h b/Source/core/storage/StorageArea.h
index f446d56b1d2a88678b6b9a718bcbeb63850fe388..5be402962a942b8ee8aa147c4a02d6f3093064fa 100644
--- a/Source/core/storage/StorageArea.h
+++ b/Source/core/storage/StorageArea.h
@@ -48,7 +48,7 @@ enum StorageType {
SessionStorage
};
-class StorageArea FINAL : public NoBaseWillBeGarbageCollectedFinalized<StorageArea>, public FrameDestructionObserver {
+class StorageArea final : public NoBaseWillBeGarbageCollectedFinalized<StorageArea>, public FrameDestructionObserver {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(StorageArea);
public:
static PassOwnPtrWillBeRawPtr<StorageArea> create(PassOwnPtr<WebStorageArea>, StorageType);
« no previous file with comments | « Source/core/storage/Storage.h ('k') | Source/core/storage/StorageEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698