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

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

Issue 2684613002: Delete webrtc/base/common.h (Closed)
Patch Set: Added TODO comment. Created 3 years, 10 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 cb9af9ac9479998e4e554d1e40f5247ba6101a5f..855dc6ff0e9a2f15d729b0eb0d53f9d818d55c47 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
@@ -70,7 +70,9 @@ class RembReceiver : public BweReceiver, public RemoteBitrateObserver {
bool LatestEstimate(uint32_t* estimate_bps);
std::string estimate_log_prefix_;
- bool plot_estimate_;
+#if BWE_TEST_LOGGING_COMPILE_TIME_ENABLE
+ bool plot_estimate_ = false;
+#endif
SimulatedClock clock_;
std::unique_ptr<ReceiveStatistics> recv_stats_;
int64_t latest_estimate_bps_;

Powered by Google App Engine
This is Rietveld 408576698