Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(779)

Unified Diff: third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp

Issue 2302873004: Renamed WebRTCStats.h to WebRTCLegacyStats.h and cleaned it up (Closed)
Patch Set: Fixed compile error Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698