Index: third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp b/third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp |
index dd06f3391600da2a6a9b03baaee8abc30b89b42f..3b51b5fb5805698ca1393b6cf638406b3c02fff7 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp |
@@ -49,7 +49,7 @@ WebRTCStatsResponse::operator RTCStatsResponseBase*() const |
return m_private.get(); |
} |
-void WebRTCStatsResponse::addStats(const WebRTCStats& stats) |
+void WebRTCStatsResponse::addStats(const WebRTCLegacyStats& stats) |
{ |
ASSERT(!m_private.isNull()); |
m_private->addStats(stats); |