| Index: third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h b/third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
|
| index 6a43225fc34664731ad5a9b7f08979ce4edf85a1..0aa80203d04c46533ced2f256a95243925596c93 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
|
| @@ -43,7 +43,7 @@ public:
|
| const HeapVector<Member<RTCLegacyStatsReport>>& result() const { return m_result; }
|
| RTCLegacyStatsReport* namedItem(const AtomicString& name);
|
|
|
| - void addStats(const WebRTCStats&) override;
|
| + void addStats(const WebRTCLegacyStats&) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|