| Index: Source/core/page/ContentSecurityPolicy.cpp
|
| diff --git a/Source/core/page/ContentSecurityPolicy.cpp b/Source/core/page/ContentSecurityPolicy.cpp
|
| index b6640409671a4fe4970f312f88d2f6db0bbcb88b..06024e8b593b983d29ee5e56caf915022d4ff65b 100644
|
| --- a/Source/core/page/ContentSecurityPolicy.cpp
|
| +++ b/Source/core/page/ContentSecurityPolicy.cpp
|
| @@ -33,17 +33,17 @@
|
| #include "Frame.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "InspectorValues.h"
|
| -#include "KURL.h"
|
| #include "PageConsole.h"
|
| #include "PingLoader.h"
|
| #include "RuntimeEnabledFeatures.h"
|
| -#include "SchemeRegistry.h"
|
| #include "ScriptCallStack.h"
|
| #include "ScriptCallStackFactory.h"
|
| #include "ScriptState.h"
|
| #include "SecurityOrigin.h"
|
| #include "SecurityPolicyViolationEvent.h"
|
| #include "UseCounter.h"
|
| +#include "core/platform/KURL.h"
|
| +#include "core/platform/SchemeRegistry.h"
|
| #include "core/platform/network/FormData.h"
|
| #include "core/platform/text/TextEncoding.h"
|
| #include <wtf/HashSet.h>
|
|
|