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

Unified Diff: Source/modules/presentation/PresentationSession.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
Index: Source/modules/presentation/PresentationSession.h
diff --git a/Source/modules/presentation/PresentationSession.h b/Source/modules/presentation/PresentationSession.h
index da6e51d84fffac09afe5d1d641ad379e5a6d71da..dde3fee480bfcb2b11036c9072facdbf9cc5ca8e 100644
--- a/Source/modules/presentation/PresentationSession.h
+++ b/Source/modules/presentation/PresentationSession.h
@@ -32,11 +32,11 @@ class PresentationSession final
DEFINE_WRAPPERTYPEINFO();
public:
static PresentationSession* take(WebPresentationSessionClient*, Presentation*);
- virtual ~PresentationSession();
+ ~PresentationSession() override;
// EventTarget implementation.
- virtual const AtomicString& interfaceName() const override;
- virtual ExecutionContext* executionContext() const override;
+ const AtomicString& interfaceName() const override;
+ ExecutionContext* executionContext() const override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/modules/presentation/PresentationController.h ('k') | Source/modules/presentation/PresentationSessionClientCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698