Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp |
diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp |
index 37081e5f0a3f9aa0f09c8285f6df360d9f73e12a..245406797f870f5a89c6da873b8231efe25a0444 100644 |
--- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp |
+++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp |
@@ -12,11 +12,11 @@ |
#include "core/frame/UseCounter.h" |
#include "core/inspector/ConsoleMessage.h" |
#include "platform/Crypto.h" |
-#include "platform/ParsingUtilities.h" |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/network/ContentSecurityPolicyParsers.h" |
#include "platform/weborigin/KURL.h" |
#include "wtf/text/Base64.h" |
+#include "wtf/text/ParsingUtilities.h" |
#include "wtf/text/StringUTF8Adaptor.h" |
#include "wtf/text/WTFString.h" |