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

Unified Diff: media/base/android/audio_decoder_job.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/win/wavein_input_win.h ('k') | media/base/android/media_drm_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/audio_decoder_job.h
diff --git a/media/base/android/audio_decoder_job.h b/media/base/android/audio_decoder_job.h
index f3bb091a7d7c71d7e17cd83520451c9a161b4ea3..2fab5ff835a132ce12b103fa97067a90ccff31a4 100644
--- a/media/base/android/audio_decoder_job.h
+++ b/media/base/android/audio_decoder_job.h
@@ -28,7 +28,7 @@ class AudioDecoderJob : public MediaDecoderJob {
virtual ~AudioDecoderJob();
// MediaDecoderJob implementation.
- virtual bool HasStream() const OVERRIDE;
+ virtual bool HasStream() const override;
// Sets the volume of the audio output.
void SetVolume(double volume);
@@ -43,12 +43,12 @@ class AudioDecoderJob : public MediaDecoderJob {
size_t size,
bool render_output,
base::TimeDelta current_presentation_timestamp,
- const ReleaseOutputCompletionCallback& callback) OVERRIDE;
- virtual bool ComputeTimeToRender() const OVERRIDE;
+ const ReleaseOutputCompletionCallback& callback) override;
+ virtual bool ComputeTimeToRender() const override;
virtual bool AreDemuxerConfigsChanged(
- const DemuxerConfigs& configs) const OVERRIDE;
- virtual void UpdateDemuxerConfigs(const DemuxerConfigs& configs) OVERRIDE;
- virtual bool CreateMediaCodecBridgeInternal() OVERRIDE;
+ const DemuxerConfigs& configs) const override;
+ virtual void UpdateDemuxerConfigs(const DemuxerConfigs& configs) override;
+ virtual bool CreateMediaCodecBridgeInternal() override;
// Helper method to set the audio output volume.
void SetVolumeInternal();
« no previous file with comments | « media/audio/win/wavein_input_win.h ('k') | media/base/android/media_drm_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698