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