| Index: webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m
|
| diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m b/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m
|
| index f4522423b9ff6658c77c208f5abc72fe2d2b9391..39067e08a8cb9fa22ea35b5490966aa5028b4065 100644
|
| --- a/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m
|
| +++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m
|
| @@ -10,7 +10,7 @@
|
|
|
| #import "ARDStatsView.h"
|
|
|
| -#import "WebRTC/RTCStatsReport.h"
|
| +#import "WebRTC/RTCLegacyStatsReport.h"
|
|
|
| #import "ARDStatsBuilder.h"
|
|
|
| @@ -35,7 +35,7 @@
|
| }
|
|
|
| - (void)setStats:(NSArray *)stats {
|
| - for (RTCStatsReport *report in stats) {
|
| + for (RTCLegacyStatsReport *report in stats) {
|
| [_statsBuilder parseStatsReport:report];
|
| }
|
| _statsLabel.text = _statsBuilder.statsString;
|
|
|