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

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

Issue 3013543002: Revert of Remove typedefs.h from webrtc/ root (part 1) (Closed)
Patch Set: 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 566f93bfac538e3bc5830bc21eee25d3512fdbe4..abc301cfca704d61cf6b5d682c7b8270a8ff9184 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.cc
@@ -97,7 +97,7 @@
case kBbrEstimator:
return new BbrBweSender(observer, clock);
case kTcpEstimator:
- RTC_FALLTHROUGH();
+ 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