| Index: Source/core/page/ContentSecurityPolicy.cpp
|
| diff --git a/Source/core/page/ContentSecurityPolicy.cpp b/Source/core/page/ContentSecurityPolicy.cpp
|
| index 7a0c8c5f0356588b320e42caf01bc4f1cd99dde4..91235e7465e8ea5c7d6e9276f2ed50ebeb582462 100644
|
| --- a/Source/core/page/ContentSecurityPolicy.cpp
|
| +++ b/Source/core/page/ContentSecurityPolicy.cpp
|
| @@ -29,8 +29,6 @@
|
| #include "Console.h"
|
| #include "DOMStringList.h"
|
| #include "Document.h"
|
| -#include "UseCounter.h"
|
| -#include "FormData.h"
|
| #include "FormDataList.h"
|
| #include "Frame.h"
|
| #include "InspectorInstrumentation.h"
|
| @@ -46,6 +44,8 @@
|
| #include "SecurityOrigin.h"
|
| #include "SecurityPolicyViolationEvent.h"
|
| #include "TextEncoding.h"
|
| +#include "UseCounter.h"
|
| +#include "core/platform/network/FormData.h"
|
| #include <wtf/HashSet.h>
|
| #include <wtf/text/TextPosition.h>
|
| #include <wtf/text/WTFString.h>
|
|
|