| 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 86e39fe3f1e35227f41d66f5fc263bf6664925b9..588e1e714ac877e502bb1b3afdb69dc0a67613b3 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
 | 
| @@ -31,7 +31,6 @@ class MockRemoteBitrateEstimator : public RemoteBitrateEstimator {
 | 
|    MOCK_METHOD4(IncomingPacket, void(int64_t, size_t, const RTPHeader&, bool));
 | 
|    MOCK_METHOD1(RemoveStream, void(uint32_t));
 | 
|    MOCK_CONST_METHOD2(LatestEstimate, bool(std::vector<uint32_t>*, uint32_t*));
 | 
| -  MOCK_CONST_METHOD1(GetStats, bool(ReceiveBandwidthEstimatorStats*));
 | 
|  
 | 
|    // From CallStatsObserver;
 | 
|    MOCK_METHOD2(OnRttUpdate, void(int64_t, int64_t));
 | 
| 
 |