| Index: components/audio_modem/audio_recorder_impl.cc
|
| diff --git a/components/audio_modem/audio_recorder_impl.cc b/components/audio_modem/audio_recorder_impl.cc
|
| index 43b5d54f73ff8e1869b71b37a855c6953eb48059..154037e4686a55c92a564ef863869c36a10fca8b 100644
|
| --- a/components/audio_modem/audio_recorder_impl.cc
|
| +++ b/components/audio_modem/audio_recorder_impl.cc
|
| @@ -163,7 +163,7 @@ void AudioRecorderImpl::FinalizeOnAudioThread() {
|
|
|
| void AudioRecorderImpl::OnData(media::AudioInputStream* stream,
|
| const media::AudioBus* source,
|
| - uint32 /* hardware_delay_bytes */,
|
| + uint32_t /* hardware_delay_bytes */,
|
| double /* volume */) {
|
| // source->frames() == source_params.frames_per_buffer(), so we only have
|
| // one chunk of data in the source; correspondingly set the destination
|
|
|