| Index: webrtc/api/peerconnection.h
 | 
| diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h
 | 
| index 1574af60c5e48b7ce73b0e62c7356d65df28c805..352ef400ea0eccd661644c95389f2f96b4e73336 100644
 | 
| --- a/webrtc/api/peerconnection.h
 | 
| +++ b/webrtc/api/peerconnection.h
 | 
| @@ -368,6 +368,9 @@ class PeerConnection : public PeerConnectionInterface,
 | 
|    rtc::scoped_ptr<cricket::PortAllocator> port_allocator_;
 | 
|    rtc::scoped_ptr<MediaControllerInterface> media_controller_;
 | 
|  
 | 
| +  // One PeerConnection has only one CNAME
 | 
| +  std::string cname_;
 | 
| +
 | 
|    // Streams added via AddStream.
 | 
|    rtc::scoped_refptr<StreamCollection> local_streams_;
 | 
|    // Streams created as a result of SetRemoteDescription.
 | 
| 
 |