| Index: webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h b/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h
|
| index 208d8dacd174ca07a5021fe626613d796e02bba4..fc66c0f989ee9f20bc118a444cf01e7709ab9e6e 100644
|
| --- a/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h
|
| +++ b/webrtc/modules/audio_coding/neteq/tools/neteq_external_decoder_test.h
|
| @@ -15,6 +15,7 @@
|
| #include <string>
|
|
|
| #include "webrtc/api/audio_codecs/audio_decoder.h"
|
| +#include "webrtc/common_types.h"
|
| #include "webrtc/modules/audio_coding/neteq/include/neteq.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
|
|
| @@ -40,7 +41,7 @@ class NetEqExternalDecoderTest {
|
| // |payload_size_bytes| bytes. The |receive_timestamp| is an indication
|
| // of the time when the packet was received, and should be measured with
|
| // the same tick rate as the RTP timestamp of the current payload.
|
| - virtual void InsertPacket(WebRtcRTPHeader rtp_header,
|
| + virtual void InsertPacket(RTPHeader rtp_header,
|
| rtc::ArrayView<const uint8_t> payload,
|
| uint32_t receive_timestamp);
|
|
|
|
|