diff --git a/api/test/mock_video_encoder.h b/api/test/mock_video_encoder.h index 166bf45477..62f17bab88 100644 --- a/api/test/mock_video_encoder.h +++ b/api/test/mock_video_encoder.h @@ -49,7 +49,7 @@ class MockVideoEncoder : public VideoEncoder { MOCK_METHOD2(SetRateAllocation, int32_t(const VideoBitrateAllocation& newBitRate, uint32_t frameRate)); - MOCK_CONST_METHOD0(HasTrustedRateController, bool(void)); + MOCK_CONST_METHOD0(GetEncoderInfo, EncoderInfo(void)); }; } // namespace webrtc