| Index: third_party/WebKit/Source/core/dom/URLSearchParams.h
|
| diff --git a/third_party/WebKit/Source/core/dom/URLSearchParams.h b/third_party/WebKit/Source/core/dom/URLSearchParams.h
|
| index 7f87683d87755a0be3cb7afd4af68c90144285b9..0e732011ff604752bc445d339b46bccc686cf3d4 100644
|
| --- a/third_party/WebKit/Source/core/dom/URLSearchParams.h
|
| +++ b/third_party/WebKit/Source/core/dom/URLSearchParams.h
|
| @@ -12,8 +12,8 @@
|
| #include "bindings/core/v8/USVStringSequenceSequenceOrUSVStringOrURLSearchParams.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/network/EncodedFormData.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|