| Index: webrtc/p2p/base/transportchannel.h
|
| diff --git a/webrtc/p2p/base/transportchannel.h b/webrtc/p2p/base/transportchannel.h
|
| index afdba4296936d3d12c05e657ed41a3bd6c521140..c22ee8d3a036f9ebc34776fa8359ea84238f0ec5 100644
|
| --- a/webrtc/p2p/base/transportchannel.h
|
| +++ b/webrtc/p2p/base/transportchannel.h
|
| @@ -126,11 +126,11 @@ class TransportChannel : public sigslot::has_slots<> {
|
|
|
| // Allows key material to be extracted for external encryption.
|
| virtual bool ExportKeyingMaterial(const std::string& label,
|
| - const uint8* context,
|
| - size_t context_len,
|
| - bool use_context,
|
| - uint8* result,
|
| - size_t result_len) = 0;
|
| + const uint8_t* context,
|
| + size_t context_len,
|
| + bool use_context,
|
| + uint8_t* result,
|
| + size_t result_len) = 0;
|
|
|
| // Signalled each time a packet is received on this channel.
|
| sigslot::signal5<TransportChannel*, const char*,
|
|
|