Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index 955b963a3657a1efc7436e4347158b02e7e112e2..9535dbb66ee986e2e64bc5efd53c8f40ccdf3abd 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.h |
+++ b/webrtc/p2p/base/dtlstransportchannel.h |
@@ -34,7 +34,7 @@ class StreamInterfaceChannel : public rtc::StreamInterface { |
// Implementations of StreamInterface |
rtc::StreamState GetState() const override { return state_; } |
- void Close() override { state_ = rtc::SS_CLOSED; } |
+ void Close() override; |
rtc::StreamResult Read(void* buffer, |
size_t buffer_len, |
size_t* read, |