Chromium Code Reviews| Index: webrtc/p2p/base/transport.h |
| diff --git a/webrtc/p2p/base/transport.h b/webrtc/p2p/base/transport.h |
| index cd763ab3bcf1404c441e29a6b326c1e5a9c0631d..b11cbdcf8b20606d66c785e8e9b8cb734c93c0ee 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. |