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

Unified Diff: Source/platform/mediastream/MediaStreamCenter.h

Issue 1213003004: Fix virtual/override/final usage in Source/platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/platform/mac/ThemeMac.h ('k') | Source/platform/mediastream/MediaStreamComponent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mediastream/MediaStreamCenter.h
diff --git a/Source/platform/mediastream/MediaStreamCenter.h b/Source/platform/mediastream/MediaStreamCenter.h
index a54dca8aee3095e03a7c27f7e364ed6ba5635ca7..d6e9d3b81cbf1fbc6c0d3ed759ea2bb5f438578d 100644
--- a/Source/platform/mediastream/MediaStreamCenter.h
+++ b/Source/platform/mediastream/MediaStreamCenter.h
@@ -50,7 +50,7 @@ class WebMediaStreamTrack;
class PLATFORM_EXPORT MediaStreamCenter final : public WebMediaStreamCenterClient {
WTF_MAKE_NONCOPYABLE(MediaStreamCenter);
public:
- virtual ~MediaStreamCenter();
+ ~MediaStreamCenter() override;
static MediaStreamCenter& instance();
@@ -66,7 +66,7 @@ public:
void didStopLocalMediaStream(MediaStreamDescriptor*);
// blink::WebMediaStreamCenterClient
- virtual void stopLocalMediaStream(const WebMediaStream&) override;
+ void stopLocalMediaStream(const WebMediaStream&) override;
private:
MediaStreamCenter();
« no previous file with comments | « Source/platform/mac/ThemeMac.h ('k') | Source/platform/mediastream/MediaStreamComponent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698