Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
index 2c3a8171c7585b4a4a58d611166a34f6a005fa3c..7dba69f3398462354117a0d391c704f04d508ad2 100644 |
--- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
+++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
@@ -5,11 +5,11 @@ |
#ifndef CSPDirectiveList_h |
#define CSPDirectiveList_h |
-#include "core/fetch/Resource.h" |
#include "core/frame/csp/ContentSecurityPolicy.h" |
#include "core/frame/csp/MediaListDirective.h" |
#include "core/frame/csp/SourceListDirective.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" |