| Index: third_party/WebKit/Source/core/html/FormData.h
|
| diff --git a/third_party/WebKit/Source/core/html/FormData.h b/third_party/WebKit/Source/core/html/FormData.h
|
| index 1f0bbbb4f7657fe5c49c646033cd6d261104d214..f54384daa9cd20a726707f477910f90e883682b0 100644
|
| --- a/third_party/WebKit/Source/core/html/FormData.h
|
| +++ b/third_party/WebKit/Source/core/html/FormData.h
|
| @@ -36,8 +36,8 @@
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/network/EncodedFormData.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/TextEncoding.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/TextEncoding.h"
|
|
|
| namespace blink {
|
|
|
|
|