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

Unified Diff: third_party/WebKit/public/platform/WebRTCStatsResponse.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
« no previous file with comments | « third_party/WebKit/public/platform/WebRTCStats.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « third_party/WebKit/public/platform/WebRTCStats.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698