Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
index bbe3eac01c5dc338d8165f9451ee027a6521051a..aa7914ef1a2344e114484e180d00078500ba4e98 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h |
@@ -47,6 +47,7 @@ class FullBweSender : public BweSender, public RemoteBitrateObserver { |
bool has_received_ack_; |
uint16_t last_acked_seq_num_; |
int64_t last_log_time_ms_; |
+ SequenceNumberUnwrapper seq_num_unwrapper_; |
::testing::NiceMock<MockRtcEventLog> event_log_; |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(FullBweSender); |