| 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 3861b4dfb1d8b67ccd0680b752949be239836de4..3d6686197355f921420ae245113029842ce69bb3 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h
|
| @@ -14,7 +14,7 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| -#include "webrtc/modules/pacing/mock/mock_paced_sender.h"
|
| +#include "webrtc/modules/pacing//paced_sender.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/include/send_time_history.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/test/bwe.h"
|
|
|
| @@ -36,7 +36,7 @@ class FullBweSender : public BweSender, public RemoteBitrateObserver {
|
| void Process() override;
|
|
|
| protected:
|
| - ::testing::NiceMock<MockPacedSender> pacer_;
|
| + PacedSender pacer_;
|
| std::unique_ptr<BitrateController> bitrate_controller_;
|
| std::unique_ptr<RemoteBitrateEstimator> rbe_;
|
| std::unique_ptr<RtcpBandwidthObserver> feedback_observer_;
|
|
|