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

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/bwe.cc

Issue 3007253002: Remove typedefs.h from webrtc/ root (part 1)
Patch Set: backwards compatible FALLTHROUGH #define Created 3 years, 3 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/bwe.cc
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
index abc301cfca704d61cf6b5d682c7b8270a8ff9184..566f93bfac538e3bc5830bc21eee25d3512fdbe4 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
@@ -97,7 +97,7 @@ BweSender* CreateBweSender(BandwidthEstimatorType estimator,
case kBbrEstimator:
return new BbrBweSender(observer, clock);
case kTcpEstimator:
- FALLTHROUGH();
+ RTC_FALLTHROUGH();
case kNullEstimator:
return new NullBweSender();
}
« no previous file with comments | « webrtc/modules/audio_device/ios/voice_processing_audio_unit.mm ('k') | webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698