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

Unified Diff: chromecast/media/cma/backend/audio_pipeline_device.h

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/backend/audio_pipeline_device.h
diff --git a/chromecast/media/cma/backend/audio_pipeline_device.h b/chromecast/media/cma/backend/audio_pipeline_device.h
index 3fbf5731dbe5e165491775b41a2e62ca1d9027e3..932a807ac60e4f2a9d9131eda26ec3676e79b249 100644
--- a/chromecast/media/cma/backend/audio_pipeline_device.h
+++ b/chromecast/media/cma/backend/audio_pipeline_device.h
@@ -19,7 +19,7 @@ class AudioPipelineDeviceClient;
class AudioPipelineDevice : public MediaComponentDevice {
public:
AudioPipelineDevice();
- virtual ~AudioPipelineDevice();
+ ~AudioPipelineDevice() override;
// Provide the audio configuration.
// Must be called before switching from |kStateUninitialized| to |kStateIdle|.
« no previous file with comments | « chromecast/media/cdm/browser_cdm_cast.h ('k') | chromecast/media/cma/backend/audio_video_pipeline_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698