Index: webrtc/p2p/base/transportcontroller.h |
diff --git a/webrtc/p2p/base/transportcontroller.h b/webrtc/p2p/base/transportcontroller.h |
index 86b9c1dc6822448612cb894c1d4d39cf2ac76962..a408421ffbddeeb6b60c41adc992b906d03231c2 100644 |
--- a/webrtc/p2p/base/transportcontroller.h |
+++ b/webrtc/p2p/base/transportcontroller.h |
@@ -206,7 +206,7 @@ class TransportController : public sigslot::has_slots<>, |
// Handlers for signals from Transport. |
void OnChannelWritableState_n(rtc::PacketTransportInterface* transport); |
- void OnChannelReceivingState_n(TransportChannel* channel); |
+ void OnChannelReceivingState_n(rtc::PacketTransportInterface* transport); |
void OnChannelGatheringState_n(TransportChannelImpl* channel); |
void OnChannelCandidateGathered_n(TransportChannelImpl* channel, |
const Candidate& candidate); |