Index: webrtc/modules/audio_coding/acm2/acm_send_test_oldapi.h |
diff --git a/webrtc/modules/audio_coding/acm2/acm_send_test_oldapi.h b/webrtc/modules/audio_coding/acm2/acm_send_test_oldapi.h |
index 938e39e2e69a5d3fcb2a34cf91080a432d2ad7c7..cfee35302063a1c44afbfa5d8997306ec577abe6 100644 |
--- a/webrtc/modules/audio_coding/acm2/acm_send_test_oldapi.h |
+++ b/webrtc/modules/audio_coding/acm2/acm_send_test_oldapi.h |
@@ -47,7 +47,7 @@ |
// Returns the next encoded packet. Returns NULL if the test duration was |
// exceeded. Ownership of the packet is handed over to the caller. |
// Inherited from PacketSource. |
- Packet* NextPacket() override; |
+ Packet* NextPacket(); |
// Inherited from AudioPacketizationCallback. |
int32_t SendData(FrameType frame_type, |