| Index: webrtc/base/rtccertificate.h
 | 
| diff --git a/webrtc/base/rtccertificate.h b/webrtc/base/rtccertificate.h
 | 
| index cb6835566ec9da67b757c6dbaf91a0463b722dee..d238938ae185786b55a43c72eca05f81b627ec79 100644
 | 
| --- a/webrtc/base/rtccertificate.h
 | 
| +++ b/webrtc/base/rtccertificate.h
 | 
| @@ -27,7 +27,7 @@ class RTCCertificate : public RefCountInterface {
 | 
|    // Takes ownership of |identity|.
 | 
|    static scoped_refptr<RTCCertificate> Create(scoped_ptr<SSLIdentity> identity);
 | 
|  
 | 
| -  uint64 expires_timestamp_ns() const;
 | 
| +  uint64_t expires_timestamp_ns() const;
 | 
|    bool HasExpired() const;
 | 
|    const SSLCertificate& ssl_certificate() const;
 | 
|  
 | 
| 
 |