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

Unified Diff: media/base/pipeline.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/base/mock_filters.h ('k') | media/base/run_all_perftests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index a5b9e391d4d2e0188d916c29c704dfea66ddedd0..1ce4a4c46f603601f825d6d781e4f5cd2688e6f9 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -204,12 +204,12 @@ class MEDIA_EXPORT Pipeline : public DemuxerHost {
// DemuxerHost implementaion.
virtual void AddBufferedTimeRange(base::TimeDelta start,
- base::TimeDelta end) OVERRIDE;
- virtual void SetDuration(base::TimeDelta duration) OVERRIDE;
- virtual void OnDemuxerError(PipelineStatus error) OVERRIDE;
+ base::TimeDelta end) override;
+ virtual void SetDuration(base::TimeDelta duration) override;
+ virtual void OnDemuxerError(PipelineStatus error) override;
virtual void AddTextStream(DemuxerStream* text_stream,
- const TextTrackConfig& config) OVERRIDE;
- virtual void RemoveTextStream(DemuxerStream* text_stream) OVERRIDE;
+ const TextTrackConfig& config) override;
+ virtual void RemoveTextStream(DemuxerStream* text_stream) override;
// Callback executed when a rendering error happened, initiating the teardown
// sequence.
« no previous file with comments | « media/base/mock_filters.h ('k') | media/base/run_all_perftests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698