| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| index 855dc6ff0e9a2f15d729b0eb0d53f9d818d55c47..73e4a30db351f3febc4f5e924a873a9aee46aa7c 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| @@ -70,9 +70,7 @@ class RembReceiver : public BweReceiver, public RemoteBitrateObserver {
|
| bool LatestEstimate(uint32_t* estimate_bps);
|
|
|
| std::string estimate_log_prefix_;
|
| -#if BWE_TEST_LOGGING_COMPILE_TIME_ENABLE
|
| bool plot_estimate_ = false;
|
| -#endif
|
| SimulatedClock clock_;
|
| std::unique_ptr<ReceiveStatistics> recv_stats_;
|
| int64_t latest_estimate_bps_;
|
|
|