| Index: webrtc/pc/channel.h
|
| diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h
|
| index d9f5fd6d279f7ce1a046c14c35ac1239a67d6caf..3305d0e6fb3b686684fca35129efcbcaecf2d4c3 100644
|
| --- a/webrtc/pc/channel.h
|
| +++ b/webrtc/pc/channel.h
|
| @@ -282,7 +282,7 @@ class BaseChannel
|
| // Helper method to get RTP Absoulute SendTime extension header id if
|
| // present in remote supported extensions list.
|
| void MaybeCacheRtpAbsSendTimeHeaderExtension_w(
|
| - const std::vector<RtpHeaderExtension>& extensions);
|
| + const std::vector<webrtc::RtpExtension>& extensions);
|
|
|
| bool CheckSrtpConfig_n(const std::vector<CryptoParams>& cryptos,
|
| bool* dtls,
|
|
|