| Index: webrtc/pc/channel.h
|
| diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h
|
| index 2f66f12c137d02185d1a03b221bb43f9b069098c..ab84bbb803bfbd952bead9ec30311d4c7812cfcd 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,
|
|
|