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

Unified Diff: Source/modules/storage/DOMWindowStorageController.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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/speech/SpeechSynthesisUtterance.h ('k') | Source/modules/storage/InspectorDOMStorageAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/storage/DOMWindowStorageController.h
diff --git a/Source/modules/storage/DOMWindowStorageController.h b/Source/modules/storage/DOMWindowStorageController.h
index f2fe4ee592baae967abf15902986f28c52f40515..88a6c807efcf893c1de05570ab49c36fac5338b8 100644
--- a/Source/modules/storage/DOMWindowStorageController.h
+++ b/Source/modules/storage/DOMWindowStorageController.h
@@ -26,7 +26,7 @@ public:
static DOMWindowStorageController& from(Document&);
// Inherited from DOMWindowLifecycleObserver
- virtual void didAddEventListener(LocalDOMWindow*, const AtomicString&) override;
+ void didAddEventListener(LocalDOMWindow*, const AtomicString&) override;
protected:
explicit DOMWindowStorageController(Document&);
« no previous file with comments | « Source/modules/speech/SpeechSynthesisUtterance.h ('k') | Source/modules/storage/InspectorDOMStorageAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698