| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| index e19cd49d835c67b3534b1a5503e04bf1049f0fcf..7e972cc62c636e6730ba9a671235ea76d5825b09 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h
|
| @@ -30,9 +30,9 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/dom/SecurityContext.h"
|
| -#include "core/fetch/Resource.h"
|
| #include "core/inspector/ConsoleTypes.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/loader/fetch/Resource.h"
|
| #include "platform/network/ContentSecurityPolicyParsers.h"
|
| #include "platform/network/HTTPParsers.h"
|
| #include "platform/network/ResourceRequest.h"
|
|
|