| 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 aad58c715fa8ac23564bc1bd018b6091fdca5908..d6587b4b75d3472aea91bf52310b851df07b6a24 100644
|
| --- a/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| +++ b/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| @@ -36,6 +36,7 @@ class MockPacedSender : public PacedSender {
|
| MOCK_CONST_METHOD0(ExpectedQueueTimeMs, int64_t());
|
| MOCK_CONST_METHOD0(GetApplicationLimitedRegionStartTime,
|
| rtc::Optional<int64_t>());
|
| + MOCK_METHOD0(Process, void());
|
| };
|
|
|
| } // namespace webrtc
|
|
|