| Index: webrtc/api/peerconnectionfactory.cc
 | 
| diff --git a/webrtc/api/peerconnectionfactory.cc b/webrtc/api/peerconnectionfactory.cc
 | 
| index ff8098cd57a277235a9cd72e01823503c740efda..b2a379839c06a40ed13cfad151896254820b2220 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_) {
 | 
| 
 |