| Index: Source/core/html/forms/FileInputType.cpp
|
| diff --git a/Source/core/html/forms/FileInputType.cpp b/Source/core/html/forms/FileInputType.cpp
|
| index 32bbb7190b64bd4902fcfc4b5c2e5cb9180fbe4e..b1137b9e20ca4903cd39d1d6d813c6a48642f434 100644
|
| --- a/Source/core/html/forms/FileInputType.cpp
|
| +++ b/Source/core/html/forms/FileInputType.cpp
|
| @@ -37,8 +37,8 @@
|
| #include "core/platform/DragData.h"
|
| #include "core/platform/FileSystem.h"
|
| #include "core/platform/network/FormDataList.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| #include "core/rendering/RenderFileUploadControl.h"
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/StringBuilder.h"
|
| #include "wtf/text/WTFString.h"
|
|
|