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

Unified Diff: webrtc/modules/remote_bitrate_estimator/include/mock/mock_aimd_rate_control.h

Issue 2789233005: Move BWE period calculation from ProbingIntervalEstimator to AimdRateControl. (Closed)
Patch Set: Nits Created 3 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
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/remote_bitrate_estimator/include/mock/mock_aimd_rate_control.h
diff --git a/webrtc/modules/remote_bitrate_estimator/include/mock/mock_aimd_rate_control.h b/webrtc/modules/remote_bitrate_estimator/include/mock/mock_aimd_rate_control.h
deleted file mode 100644
index 822f91afd312e1273b53c682488a32fff18abfb5..0000000000000000000000000000000000000000
--- a/webrtc/modules/remote_bitrate_estimator/include/mock/mock_aimd_rate_control.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style license
- * that can be found in the LICENSE file in the root of the source
- * tree. An additional intellectual property rights grant can be found
- * in the file PATENTS. All contributing project authors may
- * be found in the AUTHORS file in the root of the source tree.
- */
-
-#ifndef WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_INCLUDE_MOCK_MOCK_AIMD_RATE_CONTROL_H_
-#define WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_INCLUDE_MOCK_MOCK_AIMD_RATE_CONTROL_H_
-
-#include "webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h"
-#include "webrtc/test/gmock.h"
-
-namespace webrtc {
-
-class MockAimdRateControl : public AimdRateControl {
- public:
- MOCK_CONST_METHOD0(GetNearMaxIncreaseRateBps, int());
- MOCK_CONST_METHOD0(GetLastBitrateDecreaseBps, rtc::Optional<int>());
-};
-
-} // namespace webrtc
-
-#endif // WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_INCLUDE_MOCK_MOCK_AIMD_RATE_CONTROL_H_
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698