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