Index: webrtc/base/rtccertificate.cc |
diff --git a/webrtc/base/rtccertificate.cc b/webrtc/base/rtccertificate.cc |
index d912eb4b2ea749bc2ae9a260a9222a023f270a13..a176d9080b2cc02dacced71778f453d88b81a414 100644 |
--- a/webrtc/base/rtccertificate.cc |
+++ b/webrtc/base/rtccertificate.cc |
@@ -28,7 +28,7 @@ RTCCertificate::RTCCertificate(SSLIdentity* identity) |
RTCCertificate::~RTCCertificate() { |
} |
-uint64 RTCCertificate::expires_timestamp_ns() const { |
+uint64_t RTCCertificate::expires_timestamp_ns() const { |
// TODO(hbos): Update once SSLIdentity/SSLCertificate supports expires field. |
return 0; |
} |