Index: components/audio_modem/audio_player_impl.h |
diff --git a/components/audio_modem/audio_player_impl.h b/components/audio_modem/audio_player_impl.h |
index 51dba1d0a2cf0caacd9d7ac89fe7a744008ef63b..145dab6164521098b8b984ec6c0d2685c0883c70 100644 |
--- a/components/audio_modem/audio_player_impl.h |
+++ b/components/audio_modem/audio_player_impl.h |
@@ -58,8 +58,7 @@ |
// AudioOutputStream::AudioSourceCallback overrides: |
// Following methods could be called from *ANY* thread. |
- int OnMoreData(media::AudioBus* dest, uint32_t total_bytes_delay, |
- uint32_t frames_skipped) override; |
+ int OnMoreData(media::AudioBus* dest, uint32 total_bytes_delay) override; |
void OnError(media::AudioOutputStream* stream) override; |
// Flushes the audio loop, making sure that any queued operations are |