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

Unified Diff: Source/modules/serviceworkers/ExtendableEvent.h

Issue 630403002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/modules/serviceworkers (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/serviceworkers/CacheTest.cpp ('k') | Source/modules/serviceworkers/FetchEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/ExtendableEvent.h
diff --git a/Source/modules/serviceworkers/ExtendableEvent.h b/Source/modules/serviceworkers/ExtendableEvent.h
index 2c3eab368d86bd3d9b9ded2d90b22b236bf7536f..98282ccbaf61f51db56b38d62ffac07071963cb0 100644
--- a/Source/modules/serviceworkers/ExtendableEvent.h
+++ b/Source/modules/serviceworkers/ExtendableEvent.h
@@ -48,8 +48,8 @@ public:
void waitUntil(ScriptState*, const ScriptValue&);
- virtual const AtomicString& interfaceName() const OVERRIDE;
- virtual void trace(Visitor*) OVERRIDE;
+ virtual const AtomicString& interfaceName() const override;
+ virtual void trace(Visitor*) override;
protected:
ExtendableEvent();
« no previous file with comments | « Source/modules/serviceworkers/CacheTest.cpp ('k') | Source/modules/serviceworkers/FetchEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698