Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h

Issue 1917793002: Remove SendPacer from ViEEncoder (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e6a05684cc3c6e364b0776ecac3dea327607ff91..3861b4dfb1d8b67ccd0680b752949be239836de4 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/base/constructormagic.h"
+#include "webrtc/modules/pacing/mock/mock_paced_sender.h"
#include "webrtc/modules/remote_bitrate_estimator/include/send_time_history.h"
#include "webrtc/modules/remote_bitrate_estimator/test/bwe.h"
@@ -36,6 +36,7 @@ class FullBweSender : public BweSender, public RemoteBitrateObserver {
void Process() override;
protected:
+ ::testing::NiceMock<MockPacedSender> pacer_;
std::unique_ptr<BitrateController> bitrate_controller_;
std::unique_ptr<RemoteBitrateEstimator> rbe_;
std::unique_ptr<RtcpBandwidthObserver> feedback_observer_;

Powered by Google App Engine
This is Rietveld 408576698