Index: webrtc/p2p/base/transportchannelproxy.h |
diff --git a/webrtc/p2p/base/transportchannelproxy.h b/webrtc/p2p/base/transportchannelproxy.h |
index f10f5076ebd3b35540de01dafdd31c726ca467e6..80ee20aabb06de9851560de3168b40646813b82a 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); |