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 cfee35302063a1c44afbfa5d8997306ec577abe6..938e39e2e69a5d3fcb2a34cf91080a432d2ad7c7 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 @@ class AcmSendTestOldApi : public AudioPacketizationCallback, |
// 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(); |
+ Packet* NextPacket() override; |
// Inherited from AudioPacketizationCallback. |
int32_t SendData(FrameType frame_type, |