| Index: third_party/WebKit/Source/core/html/parser/PreloadRequest.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/PreloadRequest.h b/third_party/WebKit/Source/core/html/parser/PreloadRequest.h
|
| index a60cd532f0bc70493408a545b93712db10d9a632..88de442a5e8750f00fadeae35160294241b3b7c4 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/PreloadRequest.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/PreloadRequest.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef PreloadRequest_h
|
| #define PreloadRequest_h
|
|
|
| -#include "core/fetch/ClientHintsPreferences.h"
|
| -#include "core/fetch/FetchRequest.h"
|
| -#include "core/fetch/IntegrityMetadata.h"
|
| -#include "core/fetch/Resource.h"
|
| #include "platform/CrossOriginAttributeValue.h"
|
| +#include "platform/loader/fetch/ClientHintsPreferences.h"
|
| +#include "platform/loader/fetch/FetchRequest.h"
|
| +#include "platform/loader/fetch/IntegrityMetadata.h"
|
| +#include "platform/loader/fetch/Resource.h"
|
| #include "platform/weborigin/SecurityPolicy.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/PtrUtil.h"
|
|
|