diff options
Diffstat (limited to 'chrome/browser/renderer_host/audio_renderer_host.h')
-rw-r--r-- | chrome/browser/renderer_host/audio_renderer_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/renderer_host/audio_renderer_host.h b/chrome/browser/renderer_host/audio_renderer_host.h index 01a3545..c4be5a7 100644 --- a/chrome/browser/renderer_host/audio_renderer_host.h +++ b/chrome/browser/renderer_host/audio_renderer_host.h @@ -93,7 +93,7 @@ class AudioRendererHost : public base::RefCountedThreadSafe<AudioRendererHost> { // Destruction can happen on either UI thread or IO thread, but at destruction // all associated sources are destroyed and streams are closed. - virtual ~AudioRendererHost(); + ~AudioRendererHost(); // Called from UI thread from the owner of this object to kick start // destruction of streams in IO thread. |