Chromium Code Reviews| Index: webrtc/p2p/base/transport.h |
| diff --git a/webrtc/p2p/base/transport.h b/webrtc/p2p/base/transport.h |
| index 10b289ce2082864c53a00def0c7c4d19511beb9c..b1e71c8a7c9a5dab262d1ca45cbe263e8655561f 100644 |
| --- a/webrtc/p2p/base/transport.h |
| +++ b/webrtc/p2p/base/transport.h |
| @@ -126,7 +126,7 @@ struct TransportChannelStats { |
| int component; |
| ConnectionInfos connection_infos; |
| std::string srtp_cipher; |
| - std::string ssl_cipher; |
| + uint16_t ssl_cipher; |
| }; |
| // Information about all the channels of a transport. |