| 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
|
|
|