Index: webrtc/pc/peerconnection.h |
diff --git a/webrtc/pc/peerconnection.h b/webrtc/pc/peerconnection.h |
index ac8f33c7059b4f4d88742de996bc2bb0e79f7b8e..43a2c7078d88d83b3710b71f4182483c0de56f10 100644 |
--- a/webrtc/pc/peerconnection.h |
+++ b/webrtc/pc/peerconnection.h |
@@ -203,7 +203,7 @@ class PeerConnection : public PeerConnectionInterface, |
VideoTrackInterface* video_track); |
// Implements IceObserver |
- void OnIceConnectionChange(IceConnectionState new_state) override; |
+ void OnIceConnectionStateChange(IceConnectionState new_state) override; |
void OnIceGatheringChange(IceGatheringState new_state) override; |
void OnIceCandidate(const IceCandidateInterface* candidate) override; |
void OnIceCandidatesRemoved( |