Chromium Code Reviews

Unified Diff: webrtc/rtc_base/httpbase.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.
Jump to:
View side-by-side diff with in-line comments
« 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 cb7bac1ec1f014e5418e1bcd79dadf6c460cdee9..64cb5d9f09c258fd8a188ba0f885fbb05955fdac 100644
--- a/webrtc/rtc_base/httpbase.cc
+++ b/webrtc/rtc_base/httpbase.cc
@@ -537,7 +537,7 @@
case SR_EOS:
// Clean close, with no error.
read_error = 0;
- RTC_FALLTHROUGH(); // Fall through to HandleStreamClose.
+ 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