Index: components/audio_modem/audio_player_unittest.cc |
diff --git a/components/audio_modem/audio_player_unittest.cc b/components/audio_modem/audio_player_unittest.cc |
index 7b1baa98df7993f1641c9d64cf4ae085dad52a8d..5d43d0156bbdd3ffda03fc21e898e39a6aabb303 100644 |
--- a/components/audio_modem/audio_player_unittest.cc |
+++ b/components/audio_modem/audio_player_unittest.cc |
@@ -51,7 +51,7 @@ |
// Call back into the player to get samples that it wants us to play. |
scoped_ptr<media::AudioBus> dest = |
media::AudioBus::Create(1, default_frame_count_); |
- frames = callback_->OnMoreData(dest.get(), 0, 0); |
+ frames = callback_->OnMoreData(dest.get(), 0); |
total_frames += frames; |
// Send the samples given to us by the player to the gather callback. |
caller_loop_->task_runner()->PostTask( |