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

Unified Diff: Source/modules/quota/StorageInfo.h

Issue 635233004: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/modules (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/modules/quota/StorageErrorCallback.h ('k') | Source/modules/quota/StorageQuota.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageInfo.h
diff --git a/Source/modules/quota/StorageInfo.h b/Source/modules/quota/StorageInfo.h
index 1d644d9a931c49fed8fbb28a0b566f586563faf1..68318ee78a9315ec20cd9bbc5475918a63d161f1 100644
--- a/Source/modules/quota/StorageInfo.h
+++ b/Source/modules/quota/StorageInfo.h
@@ -36,7 +36,7 @@
namespace blink {
-class StorageInfo FINAL : public GarbageCollected<StorageInfo>, public ScriptWrappable {
+class StorageInfo final : public GarbageCollected<StorageInfo>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static StorageInfo* create(unsigned long long usage, unsigned long long quota)
« no previous file with comments | « Source/modules/quota/StorageErrorCallback.h ('k') | Source/modules/quota/StorageQuota.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698