| 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 3dc4f388c8f4164eb7c42f3aefb4d153a6560234..c8391621b7f71d9eb9971389744042ba08d08014 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| @@ -15,7 +15,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "webrtc/base/constructormagic.h"
|
| +#include "webrtc/modules/pacing/mock/mock_paced_sender.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/test/bwe.h"
|
|
|
| namespace webrtc {
|
| @@ -40,6 +40,7 @@ class RembBweSender : public BweSender {
|
| void Process() override;
|
|
|
| protected:
|
| + ::testing::NiceMock<MockPacedSender> pacer_;
|
| std::unique_ptr<BitrateController> bitrate_controller_;
|
| std::unique_ptr<RtcpBandwidthObserver> feedback_observer_;
|
|
|
|
|