| Index: third_party/WebKit/public/platform/WebRTCStatsResponse.h
|
| diff --git a/third_party/WebKit/public/platform/WebRTCStatsResponse.h b/third_party/WebKit/public/platform/WebRTCStatsResponse.h
|
| index 952fdf57af1542c14d9b3fb3269de216ce99fb15..99b3629ea9300356450c32da150d4d06982dd234 100644
|
| --- a/third_party/WebKit/public/platform/WebRTCStatsResponse.h
|
| +++ b/third_party/WebKit/public/platform/WebRTCStatsResponse.h
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "WebCommon.h"
|
| #include "WebPrivatePtr.h"
|
| -#include "WebRTCStats.h"
|
| +#include "WebRTCLegacyStats.h"
|
| #include "WebString.h"
|
|
|
| namespace blink {
|
| @@ -48,7 +48,7 @@ public:
|
| BLINK_PLATFORM_EXPORT void assign(const WebRTCStatsResponse&);
|
| BLINK_PLATFORM_EXPORT void reset();
|
|
|
| - BLINK_PLATFORM_EXPORT void addStats(const WebRTCStats&);
|
| + BLINK_PLATFORM_EXPORT void addStats(const WebRTCLegacyStats&);
|
|
|
| #if INSIDE_BLINK
|
| BLINK_PLATFORM_EXPORT WebRTCStatsResponse(RTCStatsResponseBase*);
|
|
|