| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| rename to third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| index 712228c49ae9966011d0774d2dc5657411a431f8..ae4c711e4225c8ce08b8a2729759106490500e82 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| @@ -29,10 +29,10 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/blob/BlobData.h"
|
| +#include "platform/loader/fetch/ResourceLoadInfo.h"
|
| +#include "platform/loader/fetch/ResourceLoadTiming.h"
|
| #include "platform/network/HTTPHeaderMap.h"
|
| #include "platform/network/HTTPParsers.h"
|
| -#include "platform/network/ResourceLoadInfo.h"
|
| -#include "platform/network/ResourceLoadTiming.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "public/platform/WebURLResponse.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerResponseType.h"
|
|
|