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

Unified Diff: chromecast/media/cma/pipeline/decrypt_util.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/decrypt_util.cc
diff --git a/chromecast/media/cma/pipeline/decrypt_util.cc b/chromecast/media/cma/pipeline/decrypt_util.cc
index 04d5a472a2fae4102260565111936ca8730e73be..7d2092d5b6e4b25b7e2cd721919c3afe4b2b27da 100644
--- a/chromecast/media/cma/pipeline/decrypt_util.cc
+++ b/chromecast/media/cma/pipeline/decrypt_util.cc
@@ -30,7 +30,7 @@ class DecoderBufferClear : public DecoderBufferBase {
bool end_of_stream() const override;
private:
- virtual ~DecoderBufferClear();
+ ~DecoderBufferClear() override;
scoped_refptr<DecoderBufferBase> const buffer_;

Powered by Google App Engine
This is Rietveld 408576698