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

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

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (Closed)
Patch Set: Created 3 years, 8 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 dba90c1ab0118ccf775eaeaa9bd06917f0f38345..2afe17a4ac95c55315081349e321fe272aea88e8 100644
--- a/third_party/WebKit/Source/platform/peerconnection/RTCStatsResponseBase.h
+++ b/third_party/WebKit/Source/platform/peerconnection/RTCStatsResponseBase.h
@@ -25,8 +25,8 @@
#ifndef RTCStatsResponseBase_h
#define RTCStatsResponseBase_h
+#include "platform/wtf/Forward.h"
#include "public/platform/WebRTCLegacyStats.h"
-#include "wtf/Forward.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698