| Index: third_party/WebKit/Source/modules/fetch/FetchRequestData.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchRequestData.h b/third_party/WebKit/Source/modules/fetch/FetchRequestData.h
|
| index d96b33537a60442d7cb4f889f1b9367b08f23032..fa803d5237bfdc8bca18f8124543fa65b4cb5989 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchRequestData.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchRequestData.h
|
| @@ -10,11 +10,11 @@
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/Referrer.h"
|
| #include "platform/weborigin/ReferrerPolicy.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebURLRequest.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerRequest.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|