| Index: webrtc/modules/pacing/mock/mock_paced_sender.h
|
| diff --git a/webrtc/modules/pacing/mock/mock_paced_sender.h b/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| index c0dd4887c83ed59be059d287e35e8547521acf93..aa55a0885c870c18018125c0820a6e87de5e9a25 100644
|
| --- a/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| +++ b/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| @@ -31,7 +31,7 @@ class MockPacedSender : public PacedSender {
|
| bool retransmission));
|
| MOCK_CONST_METHOD0(QueueInMs, int64_t());
|
| MOCK_CONST_METHOD0(QueueInPackets, int());
|
| - MOCK_CONST_METHOD0(ExpectedQueueTimeMs, int64_t());
|
| + MOCK_CONST_METHOD0(CanSendMorePackets, bool());
|
| };
|
|
|
| } // namespace webrtc
|
|
|