Index: webrtc/p2p/base/transportcontroller.h |
diff --git a/webrtc/p2p/base/transportcontroller.h b/webrtc/p2p/base/transportcontroller.h |
index 45fcfeac8aca374245e1b3fdf9e1150d637d9c58..8d57b460e80c001821dda6cec6e7ae0c2d3c0d85 100644 |
--- a/webrtc/p2p/base/transportcontroller.h |
+++ b/webrtc/p2p/base/transportcontroller.h |
@@ -214,7 +214,7 @@ class TransportController : public sigslot::has_slots<>, |
IceRole ice_role_ = ICEROLE_CONTROLLING; |
// Flag which will be set to true after the first role switch |
bool ice_role_switch_ = false; |
- uint64 ice_tiebreaker_ = rtc::CreateRandomId64(); |
+ uint64_t ice_tiebreaker_ = rtc::CreateRandomId64(); |
rtc::scoped_refptr<rtc::RTCCertificate> certificate_; |
}; |