| Index: webrtc/p2p/base/faketransportcontroller.h
 | 
| diff --git a/webrtc/p2p/base/faketransportcontroller.h b/webrtc/p2p/base/faketransportcontroller.h
 | 
| index d42a93ddae9f95cf1558f9d32f3273f5e9a113c3..7021c036c9ed00f08606345181ded120260adf6c 100644
 | 
| --- a/webrtc/p2p/base/faketransportcontroller.h
 | 
| +++ b/webrtc/p2p/base/faketransportcontroller.h
 | 
| @@ -443,6 +443,11 @@ class FakeTransportController : public TransportController {
 | 
|      return new FakeCandidatePair(local_candidate, remote_candidate);
 | 
|    }
 | 
|  
 | 
| +  void DestroyRtcpTransport(const std::string& transport_name) {
 | 
| +    DestroyTransportChannel_n(transport_name,
 | 
| +                              cricket::ICE_CANDIDATE_COMPONENT_RTCP);
 | 
| +  }
 | 
| +
 | 
|   protected:
 | 
|    // The ICE channel is never actually used by TransportController directly,
 | 
|    // since (currently) the DTLS channel pretends to be both ICE + DTLS. This
 | 
| 
 |