Index: media/audio/audio_output_ipc.h |
diff --git a/media/audio/audio_output_ipc.h b/media/audio/audio_output_ipc.h |
index 7f9df3bf949093d9ee80b01982d57340f3a0a0ca..6d77bc3d253a2735140b0090ce246d56aa548998 100644 |
--- a/media/audio/audio_output_ipc.h |
+++ b/media/audio/audio_output_ipc.h |
@@ -94,7 +94,6 @@ class MEDIA_EXPORT AudioOutputIPC { |
// Sets the volume of the audio stream. |
virtual void SetVolume(int stream_id, double volume) = 0; |
- protected: |
virtual ~AudioOutputIPC(); |
tommi (sloooow) - chröme
2012/07/31 10:52:41
This changes the concept of the interface a bit.
sail
2012/07/31 22:02:08
Done.
Moved destructor. Not sure what documentati
|
}; |