| Index: webrtc/pc/peerconnectionfactory.cc
 | 
| diff --git a/webrtc/pc/peerconnectionfactory.cc b/webrtc/pc/peerconnectionfactory.cc
 | 
| index 4adee157587868a9d67bae44874048ddbe6c1e6a..db9c515dead564fc9412e5f0c71c4242450c319d 100644
 | 
| --- a/webrtc/pc/peerconnectionfactory.cc
 | 
| +++ b/webrtc/pc/peerconnectionfactory.cc
 | 
| @@ -173,8 +173,8 @@ PeerConnectionFactory::PeerConnectionFactory(
 | 
|    RTC_DCHECK(worker_thread);
 | 
|    RTC_DCHECK(signaling_thread);
 | 
|    // TODO: Currently there is no way creating an external adm in
 | 
| -  // libjingle source tree. So we can 't currently assert if this is NULL.
 | 
| -  // RTC_DCHECK(default_adm != NULL);
 | 
| +  // libjingle source tree. So we can 't currently assert if this is null.
 | 
| +  // RTC_DCHECK(default_adm != null);
 | 
|  }
 | 
|  
 | 
|  PeerConnectionFactory::~PeerConnectionFactory() {
 | 
| 
 |