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

Unified Diff: webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.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/examples/objc/AppRTCDemo/ARDStatsBuilder.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.h b/webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.h
index 29bd7fc59f1f818ed04ab6fff1e926100350bdcd..a876b96a4d7f7dde4cca331bf80491c7a70c5238 100644
--- a/webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.h
+++ b/webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.h
@@ -10,7 +10,7 @@
#import <Foundation/Foundation.h>
-@class RTCStatsReport;
+@class RTCLegacyStatsReport;
/** Class used to accumulate stats information into a single displayable string.
*/
@@ -24,6 +24,6 @@
/** Parses the information in the stats report into an appropriate internal
* format used to generate the stats string.
*/
-- (void)parseStatsReport:(RTCStatsReport *)statsReport;
+- (void)parseStatsReport:(RTCLegacyStatsReport *)statsReport;
@end

Powered by Google App Engine
This is Rietveld 408576698