| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index 7d54e3bb1ad400423ccbd414f720aca08cff069f..52c75043b9d6c178d9e40dc51abb1e7505821183 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -32,12 +32,11 @@
|
| #define FrameFetchContext_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/fetch/FetchContext.h"
|
| -#include "core/fetch/FetchRequest.h"
|
| -#include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "core/loader/LinkLoader.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/loader/fetch/FetchContext.h"
|
| +#include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "platform/network/ResourceRequest.h"
|
| #include "wtf/Forward.h"
|
|
|
|
|