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

Unified Diff: content/public/renderer/media_stream_audio_sink.h

Issue 671663002: Standardize usage of virtual/override/final in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: content/public/renderer/media_stream_audio_sink.h
diff --git a/content/public/renderer/media_stream_audio_sink.h b/content/public/renderer/media_stream_audio_sink.h
index 312d61dc42fb2d7ab62f9443d595a9a0c5851d1c..3bd0ff9cf2eeda11a2e1513b4536e537b2fa9879 100644
--- a/content/public/renderer/media_stream_audio_sink.h
+++ b/content/public/renderer/media_stream_audio_sink.h
@@ -51,7 +51,7 @@ class CONTENT_EXPORT MediaStreamAudioSink : public MediaStreamSink {
virtual void OnSetFormat(const media::AudioParameters& params) = 0;
protected:
- virtual ~MediaStreamAudioSink() {}
+ ~MediaStreamAudioSink() override {}
};
} // namespace content
« no previous file with comments | « content/public/common/child_process_host_delegate.h ('k') | content/public/renderer/media_stream_video_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698