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 bd7d7aaa499ff1fb91bbadd40f658b0c58080014..31c00d10341a39842352dffd733294c1e5dd72fe 100644 |
--- a/webrtc/modules/pacing/mock/mock_paced_sender.h |
+++ b/webrtc/modules/pacing/mock/mock_paced_sender.h |
@@ -29,7 +29,7 @@ class MockPacedSender : public PacedSender { |
int64_t capture_time_ms, |
size_t bytes, |
bool retransmission)); |
- MOCK_METHOD1(SetEstimatedBitrate, void(uint32_t)); |
+ MOCK_METHOD1(SetEstimatedBitrate, void(int)); |
MOCK_CONST_METHOD0(QueueInMs, int64_t()); |
MOCK_CONST_METHOD0(QueueInPackets, int()); |
MOCK_CONST_METHOD0(ExpectedQueueTimeMs, int64_t()); |