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

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

Issue 1932683002: Remove ViEEncoder::SetNetworkStatus (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@move_pacer
Patch Set: 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/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 c8391621b7f71d9eb9971389744042ba08d08014..3c89b7a78435fc45568e4a6b92078f88e8f795fa 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/modules/pacing/mock/mock_paced_sender.h"
+#include "webrtc/modules/pacing//paced_sender.h"
stefan-webrtc 2016/05/02 10:56:30 remove one /
#include "webrtc/modules/remote_bitrate_estimator/test/bwe.h"
namespace webrtc {
@@ -40,7 +40,7 @@ class RembBweSender : public BweSender {
void Process() override;
protected:
- ::testing::NiceMock<MockPacedSender> pacer_;
+ PacedSender pacer_;
std::unique_ptr<BitrateController> bitrate_controller_;
std::unique_ptr<RtcpBandwidthObserver> feedback_observer_;

Powered by Google App Engine
This is Rietveld 408576698