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

Unified Diff: media/audio/fake_audio_log_factory.h

Issue 655713003: Standardize usage of virtual/override/final in media/ (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
« no previous file with comments | « media/audio/fake_audio_input_stream.h ('k') | media/audio/fake_audio_log_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/fake_audio_log_factory.h
diff --git a/media/audio/fake_audio_log_factory.h b/media/audio/fake_audio_log_factory.h
index c5fae4601f7306f347f82aa2a50fe836c28eaf11..704fcc2ce04ca4972cf91d82309ee8a4dedb79d3 100644
--- a/media/audio/fake_audio_log_factory.h
+++ b/media/audio/fake_audio_log_factory.h
@@ -16,9 +16,8 @@ class MEDIA_EXPORT FakeAudioLogFactory
: NON_EXPORTED_BASE(public AudioLogFactory) {
public:
FakeAudioLogFactory();
- virtual ~FakeAudioLogFactory();
- virtual scoped_ptr<AudioLog> CreateAudioLog(
- AudioComponent component) override;
+ ~FakeAudioLogFactory() override;
+ scoped_ptr<AudioLog> CreateAudioLog(AudioComponent component) override;
private:
DISALLOW_COPY_AND_ASSIGN(FakeAudioLogFactory);
« no previous file with comments | « media/audio/fake_audio_input_stream.h ('k') | media/audio/fake_audio_log_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698