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

Unified Diff: third_party/WebKit/Source/platform/peerconnection/RTCStatsResponseBase.h

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/peerconnection/RTCStatsResponseBase.h
diff --git a/third_party/WebKit/Source/platform/peerconnection/RTCStatsResponseBase.h b/third_party/WebKit/Source/platform/peerconnection/RTCStatsResponseBase.h
index 09a79891c630800bad0f3ff92337c12ac0ae5587..0407b5b118af97be8c535f2764c55d3704b1749e 100644
--- a/third_party/WebKit/Source/platform/peerconnection/RTCStatsResponseBase.h
+++ b/third_party/WebKit/Source/platform/peerconnection/RTCStatsResponseBase.h
@@ -25,7 +25,7 @@
#ifndef RTCStatsResponseBase_h
#define RTCStatsResponseBase_h
-#include "public/platform/WebRTCStats.h"
+#include "public/platform/WebRTCLegacyStats.h"
#include "wtf/Forward.h"
namespace blink {
@@ -34,7 +34,7 @@ class RTCStatsResponseBase : public GarbageCollectedFinalized<RTCStatsResponseBa
public:
virtual ~RTCStatsResponseBase() { }
- virtual void addStats(const WebRTCStats&) = 0;
+ virtual void addStats(const WebRTCLegacyStats&) = 0;
DEFINE_INLINE_VIRTUAL_TRACE() { }
};
« no previous file with comments | « third_party/WebKit/Source/platform/exported/WebRTCStatsResponse.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698