| Index: webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h
|
| index 2c35df872bc583a7c521b9d4f96f281ddaf67ea2..61773037d7469c1a0353df01bda3975fb4223d11 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h
|
| @@ -28,7 +28,7 @@
|
| public:
|
| MOCK_METHOD1(IncomingPacketFeedbackVector,
|
| void(const std::vector<PacketInfo>&));
|
| - MOCK_METHOD4(IncomingPacket, void(int64_t, size_t, const RTPHeader&, bool));
|
| + MOCK_METHOD3(IncomingPacket, void(int64_t, size_t, const RTPHeader&));
|
| MOCK_METHOD1(RemoveStream, void(uint32_t));
|
| MOCK_CONST_METHOD2(LatestEstimate, bool(std::vector<uint32_t>*, uint32_t*));
|
|
|
|
|