| Index: webrtc/api/webrtcsession.h
|
| diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
|
| index 42e0e4bc0d433b4bf2390477521c8dfbd1d832b8..f75328f5bb9cac5a41dfeb390b994596811951bb 100644
|
| --- a/webrtc/api/webrtcsession.h
|
| +++ b/webrtc/api/webrtcsession.h
|
| @@ -554,7 +554,7 @@ class WebRtcSession :
|
| const std::string GetTransportName(const std::string& content_name);
|
|
|
| void DestroyTransport(const std::string& transport_name, int component);
|
| - void OnDestroyRtcpTransport_n(const std::string& transport_name);
|
| + void DestroyRtcpTransport_n(const std::string& transport_name);
|
| void DestroyVideoChannel();
|
| void DestroyVoiceChannel();
|
| void DestroyDataChannel();
|
|
|