| Index: webrtc/api/rtcstats_objects.h
|
| diff --git a/webrtc/api/rtcstats_objects.h b/webrtc/api/rtcstats_objects.h
|
| index 8c03edfb14510a301c3eb5911a698ff29f6ed152..4bc889d5d024ad65555d55701f3ed1a80610fcb3 100644
|
| --- a/webrtc/api/rtcstats_objects.h
|
| +++ b/webrtc/api/rtcstats_objects.h
|
| @@ -19,8 +19,8 @@ namespace webrtc {
|
|
|
| class RTCPeerConnectionStats : public RTCStats {
|
| public:
|
| - RTCPeerConnectionStats(const std::string& id, double timestamp);
|
| - RTCPeerConnectionStats(std::string&& id, double timestamp);
|
| + RTCPeerConnectionStats(const std::string& id, int64_t timestamp_us);
|
| + RTCPeerConnectionStats(std::string&& id, int64_t timestamp_us);
|
|
|
| WEBRTC_RTCSTATS_IMPL(RTCStats, RTCPeerConnectionStats,
|
| &data_channels_opened,
|
|
|