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

Unified Diff: third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp

Issue 2799593002: Rewrite references to "wtf/" to "platform/wtf/" in platform/network. (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/network/ContentSecurityPolicyParsers.cpp
diff --git a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp
index a833f516de7312a0b8194ab62f5b966a8119afb3..98b5e1998f1cdeeedbb9952f01984e005afbd5c2 100644
--- a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp
+++ b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp
@@ -4,8 +4,8 @@
#include "platform/network/ContentSecurityPolicyParsers.h"
-#include "wtf/ASCIICType.h"
-#include "wtf/text/StringUTF8Adaptor.h"
+#include "platform/wtf/ASCIICType.h"
+#include "platform/wtf/text/StringUTF8Adaptor.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698