| Index: third_party/WebKit/Source/modules/fetch/FetchResponseData.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchResponseData.h b/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
|
| index ae20e6855190b9312902ecb028dc8ceafea28d0c..56526058e95a7ce9c30ec0453ae2a2c6cd4d8669 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef FetchResponseData_h
|
| #define FetchResponseData_h
|
|
|
| -#include "core/fetch/CrossOriginAccessControl.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/loader/fetch/CrossOriginAccessControl.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerRequest.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|