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

Unified Diff: Source/modules/performance/WorkerPerformance.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
Index: Source/modules/performance/WorkerPerformance.h
diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h
index 8f30fb03c996ee84b78ac9e972164c9ce48a13c3..19aec8b70ff39810f07959d90419468b8a6cb69d 100644
--- a/Source/modules/performance/WorkerPerformance.h
+++ b/Source/modules/performance/WorkerPerformance.h
@@ -41,7 +41,7 @@ namespace blink {
class ExecutionContext;
class MemoryInfo;
-class WorkerPerformance FINAL : public GarbageCollected<WorkerPerformance>, public ScriptWrappable {
+class WorkerPerformance final : public GarbageCollected<WorkerPerformance>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static WorkerPerformance* create()
« no previous file with comments | « Source/modules/performance/WorkerGlobalScopePerformance.h ('k') | Source/modules/presentation/NavigatorPresentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698