| Index: remoting/protocol/jingle_session.cc
|
| diff --git a/remoting/protocol/jingle_session.cc b/remoting/protocol/jingle_session.cc
|
| index 1dacef1f45a0096db699fe84e366eb19a1f6e102..bff155d3d8518dc27b11925d6244f87906d334e8 100644
|
| --- a/remoting/protocol/jingle_session.cc
|
| +++ b/remoting/protocol/jingle_session.cc
|
| @@ -114,7 +114,7 @@ void JingleSession::StartConnection(const std::string& peer_jid,
|
| // concurrent session per host, so a random 64-bit integer provides
|
| // enough entropy. In the worst case connection will fail when two
|
| // clients generate the same session ID concurrently.
|
| - session_id_ = base::Int64ToString(base::RandGenerator(kint64max));
|
| + session_id_ = base::Uint64ToString(base::RandGenerator(kuint64max));
|
|
|
| quic_channel_factory_.reset(new QuicChannelFactory(session_id_, false));
|
|
|
|
|