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

Unified Diff: Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.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/mediastream/MediaStreamTrackEvent.h ('k') | Source/modules/mediastream/RTCDTMFSender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h
diff --git a/Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h b/Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h
index a7aaa8133f59cc3c2d51ef2420bd4eb5be14c486..2e4a0703d7f76e764b87d125c23aedf7380bcadc 100644
--- a/Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h
+++ b/Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h
@@ -41,8 +41,8 @@ public:
static MediaStreamTrackSourcesRequestImpl* create(ExecutionContext&, MediaStreamTrackSourcesCallback*);
~MediaStreamTrackSourcesRequestImpl();
- virtual String origin() override;
- virtual void requestSucceeded(const WebVector<WebSourceInfo>&) override;
+ String origin() override;
+ void requestSucceeded(const WebVector<WebSourceInfo>&) override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrackEvent.h ('k') | Source/modules/mediastream/RTCDTMFSender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698