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; |