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

Unified Diff: media/audio/fake_audio_log_factory.h

Issue 623263003: replace OVERRIDE and FINAL with override and 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 30e39e63ff0ca07cd330b531d3c6905a578e99e0..c5fae4601f7306f347f82aa2a50fe836c28eaf11 100644
--- a/media/audio/fake_audio_log_factory.h
+++ b/media/audio/fake_audio_log_factory.h
@@ -18,7 +18,7 @@ class MEDIA_EXPORT FakeAudioLogFactory
FakeAudioLogFactory();
virtual ~FakeAudioLogFactory();
virtual scoped_ptr<AudioLog> CreateAudioLog(
- AudioComponent component) OVERRIDE;
+ 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