Remove chromium clang style errors affecting sdk/android/media_jni
Bug: webrtc:163
Change-Id: I1e98174817ca032ee13f9a6a386803382843389d
Reviewed-on: https://webrtc-review.googlesource.com/67360
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Paulina Hensman <phensman@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22796}
diff --git a/call/flexfec_receive_stream.h b/call/flexfec_receive_stream.h
index 98ce351..19f945e 100644
--- a/call/flexfec_receive_stream.h
+++ b/call/flexfec_receive_stream.h
@@ -36,10 +36,8 @@
};
struct Config {
- explicit Config(Transport* rtcp_send_transport)
- : rtcp_send_transport(rtcp_send_transport) {
- RTC_DCHECK(rtcp_send_transport);
- }
+ explicit Config(Transport* rtcp_send_transport);
+ ~Config();
std::string ToString() const;