| 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 024ca0100edb1e92745961dcc9d397163c15c258..53ef249c6036001f3fdcd35d163ff18ede23f6fc 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef FetchResponseData_h
|
| #define FetchResponseData_h
|
|
|
| +#include <memory>
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/loader/fetch/CrossOriginAccessControl.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerRequest.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|