| Index: webrtc/base/sslidentity.h
 | 
| diff --git a/webrtc/base/sslidentity.h b/webrtc/base/sslidentity.h
 | 
| index 15e23a357b2c68d2f974cc6dcc7c54e7460c5ede..1112def0986e417e2296b3f2c397dade0833ac53 100644
 | 
| --- a/webrtc/base/sslidentity.h
 | 
| +++ b/webrtc/base/sslidentity.h
 | 
| @@ -145,6 +145,7 @@ class SSLIdentity {
 | 
|    // Returns a new SSLIdentity object instance wrapping the same
 | 
|    // identity information.
 | 
|    // Caller is responsible for freeing the returned object.
 | 
| +  // TODO(hbos,torbjorng): Rename to a less confusing name.
 | 
|    virtual SSLIdentity* GetReference() const = 0;
 | 
|  
 | 
|    // Returns a temporary reference to the certificate.
 | 
| 
 |