| Index: webrtc/p2p/base/transport.h
|
| diff --git a/webrtc/p2p/base/transport.h b/webrtc/p2p/base/transport.h
|
| index df0a34ce016ab2e45f5b2103b33eb80e0c8733c4..6324cd68647822fb9ea71a006c2e2c0abafaa366 100644
|
| --- a/webrtc/p2p/base/transport.h
|
| +++ b/webrtc/p2p/base/transport.h
|
| @@ -111,7 +111,7 @@ struct TransportChannelStats {
|
| int component = 0;
|
| ConnectionInfos connection_infos;
|
| std::string srtp_cipher;
|
| - uint16_t ssl_cipher = 0;
|
| + int ssl_cipher = 0;
|
| };
|
|
|
| // Information about all the channels of a transport.
|
|
|