Index: webrtc/p2p/base/session.h |
diff --git a/webrtc/p2p/base/session.h b/webrtc/p2p/base/session.h |
index 8d7aa21c222b3c19d42ac943d3666d3a05f72cb2..3b68d94e353acbda315f80f2209246408f89d712 100644 |
--- a/webrtc/p2p/base/session.h |
+++ b/webrtc/p2p/base/session.h |
@@ -455,7 +455,7 @@ class BaseSession : public sigslot::has_slots<>, |
rtc::SSLProtocolVersion ssl_max_version_; |
rtc::scoped_ptr<const SessionDescription> local_description_; |
rtc::scoped_ptr<SessionDescription> remote_description_; |
- uint64 ice_tiebreaker_; |
+ uint64_t ice_tiebreaker_; |
// This flag will be set to true after the first role switch. This flag |
// will enable us to stop any role switch during the call. |
bool role_switch_; |