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

Unified Diff: webrtc/rtc_base/httpbase.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
« no previous file with comments | « webrtc/rtc_base/checks.cc ('k') | webrtc/typedefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/httpbase.cc
diff --git a/webrtc/rtc_base/httpbase.cc b/webrtc/rtc_base/httpbase.cc
index 64cb5d9f09c258fd8a188ba0f885fbb05955fdac..cb7bac1ec1f014e5418e1bcd79dadf6c460cdee9 100644
--- a/webrtc/rtc_base/httpbase.cc
+++ b/webrtc/rtc_base/httpbase.cc
@@ -537,7 +537,7 @@ bool HttpBase::DoReceiveLoop(HttpError* error) {
case SR_EOS:
// Clean close, with no error.
read_error = 0;
- FALLTHROUGH(); // Fall through to HandleStreamClose.
+ RTC_FALLTHROUGH(); // Fall through to HandleStreamClose.
case SR_ERROR:
*error = HandleStreamClose(read_error);
return true;
« no previous file with comments | « webrtc/rtc_base/checks.cc ('k') | webrtc/typedefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698