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

Unified Diff: media/base/audio_bus.h

Issue 655713003: Standardize usage of virtual/override/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/audio_buffer_converter.h ('k') | media/base/audio_converter_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_bus.h
diff --git a/media/base/audio_bus.h b/media/base/audio_bus.h
index c78486e5e00aa5f00ce567275f0025681778ec21..25e2839697a9ba1f639f7268fc05bb8395ae602c 100644
--- a/media/base/audio_bus.h
+++ b/media/base/audio_bus.h
@@ -147,7 +147,7 @@ class MEDIA_EXPORT AudioBusRefCounted
friend class base::RefCountedThreadSafe<AudioBusRefCounted>;
AudioBusRefCounted(int channels, int frames);
- virtual ~AudioBusRefCounted();
+ ~AudioBusRefCounted() override;
DISALLOW_COPY_AND_ASSIGN(AudioBusRefCounted);
};
« no previous file with comments | « media/base/audio_buffer_converter.h ('k') | media/base/audio_converter_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698