| Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h
|
| diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCStatsReport.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h
|
| similarity index 96%
|
| rename from webrtc/sdk/objc/Framework/Headers/WebRTC/RTCStatsReport.h
|
| rename to webrtc/sdk/objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h
|
| index 5a5596799910e2bd7162c6f5ca6da60e9c1d47ea..14d996c1cecb021d0d850ac435f97c7982fa9db1 100644
|
| --- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCStatsReport.h
|
| +++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h
|
| @@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
| /** This does not currently conform to the spec. */
|
| RTC_EXPORT
|
| -@interface RTCStatsReport : NSObject
|
| +@interface RTCLegacyStatsReport : NSObject
|
|
|
| /** Time since 1970-01-01T00:00:00Z in milliseconds. */
|
| @property(nonatomic, readonly) CFTimeInterval timestamp;
|
|
|