| Index: webrtc/p2p/base/transportcontroller.h
 | 
| diff --git a/webrtc/p2p/base/transportcontroller.h b/webrtc/p2p/base/transportcontroller.h
 | 
| index cc16a768ab9a4b51323bbca4da0e79b864ef0d9a..9996d7235d1265d87ce9261ac584cc731b4700bd 100644
 | 
| --- a/webrtc/p2p/base/transportcontroller.h
 | 
| +++ b/webrtc/p2p/base/transportcontroller.h
 | 
| @@ -198,7 +198,7 @@ class TransportController : public sigslot::has_slots<>,
 | 
|    void OnChannelCandidatesRemoved_n(TransportChannelImpl* channel,
 | 
|                                      const Candidates& candidates);
 | 
|    void OnChannelRoleConflict_n(TransportChannelImpl* channel);
 | 
| -  void OnChannelConnectionRemoved_n(TransportChannelImpl* channel);
 | 
| +  void OnChannelStateChanged_n(TransportChannelImpl* channel);
 | 
|  
 | 
|    void UpdateAggregateStates_n();
 | 
|  
 | 
| 
 |