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

Unified Diff: media/audio/audio_manager.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 years, 10 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 | « ipc/ipc_channel_proxy.h ('k') | media/filters/ffmpeg_glue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager.h
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h
index ca4c4689e6aca51be3b504a5871eeeba3cbcf701..3bb98d9b425ec9f57c35b3d5c1179ab1028b395d 100644
--- a/media/audio/audio_manager.h
+++ b/media/audio/audio_manager.h
@@ -117,6 +117,8 @@ class MEDIA_EXPORT AudioManager {
// callback is to recreate the stream.
class AudioDeviceListener {
public:
+ virtual ~AudioDeviceListener() { }
+
virtual void OnDeviceChange() = 0;
};
« no previous file with comments | « ipc/ipc_channel_proxy.h ('k') | media/filters/ffmpeg_glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698