| Index: webrtc/p2p/base/transportchannelproxy.cc
|
| diff --git a/webrtc/p2p/base/transportchannelproxy.cc b/webrtc/p2p/base/transportchannelproxy.cc
|
| index 74d1e1db762c016525ad7f0f22a2c73ea70ef626..df9ead16ce73681e897e39d6caec06fa6fd54830 100644
|
| --- a/webrtc/p2p/base/transportchannelproxy.cc
|
| +++ b/webrtc/p2p/base/transportchannelproxy.cc
|
| @@ -208,10 +208,10 @@ bool TransportChannelProxy::GetRemoteSSLCertificate(
|
| }
|
|
|
| bool TransportChannelProxy::ExportKeyingMaterial(const std::string& label,
|
| - const uint8* context,
|
| + const uint8_t* context,
|
| size_t context_len,
|
| bool use_context,
|
| - uint8* result,
|
| + uint8_t* result,
|
| size_t result_len) {
|
| ASSERT(rtc::Thread::Current() == worker_thread_);
|
| if (!impl_) {
|
|
|