| Index: Source/core/fetch/FetchRequest.h
|
| diff --git a/Source/core/fetch/FetchRequest.h b/Source/core/fetch/FetchRequest.h
|
| index b9d5fec3978950bf4e40633e1046f67280c03cf3..f9139377fb5e29db6b14f3947155bb2588d423e5 100644
|
| --- a/Source/core/fetch/FetchRequest.h
|
| +++ b/Source/core/fetch/FetchRequest.h
|
| @@ -29,8 +29,8 @@
|
| #include "core/dom/Element.h"
|
| #include "core/fetch/FetchInitiatorInfo.h"
|
| #include "core/fetch/ResourceLoaderOptions.h"
|
| -#include "core/platform/network/ResourceLoadPriority.h"
|
| -#include "core/platform/network/ResourceRequest.h"
|
| +#include "platform/network/ResourceLoadPriority.h"
|
| +#include "platform/network/ResourceRequest.h"
|
| #include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|