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

Unified Diff: chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc

Issue 837453003: Chromecast: virtual/override cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed a few spots Created 5 years, 11 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: chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc
diff --git a/chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc b/chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc
index 86bb29ec87bcd81e6d1939f16d37b2c967180361..9c17c7b23303b4a1346db40a034f311e6aab57ab 100644
--- a/chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc
+++ b/chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc
@@ -36,7 +36,7 @@ namespace media {
class AudioVideoPipelineImplTest : public testing::Test {
public:
AudioVideoPipelineImplTest();
- virtual ~AudioVideoPipelineImplTest();
+ ~AudioVideoPipelineImplTest() override;
void Initialize(const base::Closure& done_cb,
::media::PipelineStatus status,
« no previous file with comments | « chromecast/media/cma/ipc_streamer/decoder_buffer_base_marshaller.cc ('k') | chromecast/media/cma/pipeline/decrypt_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698