| Index: media/audio/win/audio_manager_win.h
|
| ===================================================================
|
| --- media/audio/win/audio_manager_win.h (revision 110263)
|
| +++ media/audio/win/audio_manager_win.h (working copy)
|
| @@ -36,7 +36,7 @@
|
|
|
| // Windows-only methods to free a stream created in MakeAudioStream. These
|
| // are called internally by the audio stream when it has been closed.
|
| - void ReleaseOutputStream(PCMWaveOutAudioOutputStream* stream);
|
| + void ReleaseOutputStream(AudioOutputStream* stream);
|
|
|
| // Called internally by the audio stream when it has been closed.
|
| void ReleaseInputStream(AudioInputStream* stream);
|
|
|