Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCLegacyStatsReport.h

Issue 2313943002: Renamed RTCStatsReport to RTCLegacyStatsReport in objc files. (Closed)
Patch Set: Fix compile error Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698