| Index: media/audio/simple_sources.cc
|
| diff --git a/media/audio/simple_sources.cc b/media/audio/simple_sources.cc
|
| index aeac86d338cd906519b2f4eb13f23c5a744efd31..7aa74d6e5f129efdbc537e876ff80ef64b657d5a 100644
|
| --- a/media/audio/simple_sources.cc
|
| +++ b/media/audio/simple_sources.cc
|
| @@ -55,7 +55,7 @@ int SineWaveAudioSource::OnMoreIOData(AudioBus* source,
|
| return OnMoreData(dest, audio_buffers);
|
| }
|
|
|
| -void SineWaveAudioSource::OnError(AudioOutputStream* stream, int code) {
|
| +void SineWaveAudioSource::OnError(AudioOutputStream* stream) {
|
| errors_++;
|
| }
|
|
|
|
|