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

Unified Diff: chromecast/media/cma/backend/video_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/video_pipeline_device.h
diff --git a/chromecast/media/cma/backend/video_pipeline_device.h b/chromecast/media/cma/backend/video_pipeline_device.h
index eda48e206f46f83157e465cb8116740e4bbc17cf..30527407b9fd7aafde7579ad82558bf167c29d16 100644
--- a/chromecast/media/cma/backend/video_pipeline_device.h
+++ b/chromecast/media/cma/backend/video_pipeline_device.h
@@ -42,7 +42,7 @@ class VideoPipelineDevice : public MediaComponentDevice {
};
VideoPipelineDevice();
- virtual ~VideoPipelineDevice();
+ ~VideoPipelineDevice() override;
// Registers |client| as the video specific event handler.
virtual void SetVideoClient(const VideoClient& client) = 0;
« no previous file with comments | « chromecast/media/cma/backend/media_pipeline_device_fake.cc ('k') | chromecast/media/cma/backend/video_plane_fake.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698