| Index: webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
|
| index a3f2894863521a06a8d89a60808a0ac78145a37d..c953bd83e08bb53b9d409ad4a7c8f21966a7d0a8 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
|
| @@ -22,7 +22,7 @@
|
| namespace webrtc {
|
| namespace testing {
|
| namespace bwe {
|
| -#if BWE_TEST_LOGGING_COMPILE_TIME_ENABLE
|
| +
|
| // This test fixture is used to instantiate tests running with adaptive video
|
| // senders.
|
| class BweSimulation : public BweTest,
|
| @@ -445,7 +445,6 @@ TEST_P(BweSimulation, GccComparisonChoke) {
|
| gcc_test.RunChoke(kFullSendSideEstimator, capacities_kbps);
|
| }
|
|
|
| -#endif // BWE_TEST_LOGGING_COMPILE_TIME_ENABLE
|
| } // namespace bwe
|
| } // namespace testing
|
| } // namespace webrtc
|
|
|