Index: webrtc/p2p/base/transportchannelproxy.h |
diff --git a/webrtc/p2p/base/transportchannelproxy.h b/webrtc/p2p/base/transportchannelproxy.h |
index 3a69bccb4c0a818f9b4a654624a05e58e86efb6c..245bdfb91f3ebfab0e15b9392449849a617f7fd1 100644 |
--- a/webrtc/p2p/base/transportchannelproxy.h |
+++ b/webrtc/p2p/base/transportchannelproxy.h |
@@ -72,7 +72,7 @@ class TransportChannelProxy : public TransportChannel, |
private: |
// Catch signals from the implementation channel. These just forward to the |
// client (after updating our state to match). |
- void OnReadableState(TransportChannel* channel); |
+ void OnReceivingState(TransportChannel* channel); |
void OnWritableState(TransportChannel* channel); |
void OnReadPacket(TransportChannel* channel, const char* data, size_t size, |
const rtc::PacketTime& packet_time, int flags); |