| Index: third_party/WebKit/Source/modules/fetch/Request.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Request.h b/third_party/WebKit/Source/modules/fetch/Request.h
|
| index 1c97f82dcfee57cbcd2034d805f5a1f18a970252..c79d0eb382233ba855ae3db75e69f333c32c3320 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Request.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Request.h
|
| @@ -15,8 +15,8 @@
|
| #include "platform/heap/Handle.h"
|
| #include "platform/network/EncodedFormData.h"
|
| #include "platform/weborigin/KURL.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebURLRequest.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|