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

Unified Diff: Source/modules/app_banner/BeforeInstallPromptEvent.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/accessibility/AXTableRow.h ('k') | Source/modules/background_sync/PeriodicSyncEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/app_banner/BeforeInstallPromptEvent.h
diff --git a/Source/modules/app_banner/BeforeInstallPromptEvent.h b/Source/modules/app_banner/BeforeInstallPromptEvent.h
index c5fd15324ee23665d52d795555b05280cd3a8757..a28d0a55b894c197f2977210271bf028b80185eb 100644
--- a/Source/modules/app_banner/BeforeInstallPromptEvent.h
+++ b/Source/modules/app_banner/BeforeInstallPromptEvent.h
@@ -17,7 +17,7 @@ class WebAppBannerClient;
class BeforeInstallPromptEvent final : public Event {
DEFINE_WRAPPERTYPEINFO();
public:
- virtual ~BeforeInstallPromptEvent();
+ ~BeforeInstallPromptEvent() override;
// For EventModules.cpp
static PassRefPtrWillBeRawPtr<BeforeInstallPromptEvent> create()
@@ -38,7 +38,7 @@ public:
Vector<String> platforms() const;
ScriptPromise userChoice(ScriptState*);
- virtual const AtomicString& interfaceName() const override;
+ const AtomicString& interfaceName() const override;
ScriptPromise prompt(ScriptState*);
« no previous file with comments | « Source/modules/accessibility/AXTableRow.h ('k') | Source/modules/background_sync/PeriodicSyncEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698