Index: webrtc/api/peerconnectionfactory.cc |
diff --git a/webrtc/api/peerconnectionfactory.cc b/webrtc/api/peerconnectionfactory.cc |
index 8e1ece6c657b67866370ab3be8d7a8b134ff00cb..7d02fa32e9c584f6d22ca1f0beaf777d72479259 100644 |
--- a/webrtc/api/peerconnectionfactory.cc |
+++ b/webrtc/api/peerconnectionfactory.cc |
@@ -153,7 +153,7 @@ PeerConnectionFactory::~PeerConnectionFactory() { |
bool PeerConnectionFactory::Initialize() { |
RTC_DCHECK(signaling_thread_->IsCurrent()); |
- rtc::InitRandom(rtc::Time()); |
+ rtc::InitRandom(rtc::Time32()); |
default_network_manager_.reset(new rtc::BasicNetworkManager()); |
if (!default_network_manager_) { |