| Index: Source/core/html/forms/SubmitInputType.cpp
|
| diff --git a/Source/core/html/forms/SubmitInputType.cpp b/Source/core/html/forms/SubmitInputType.cpp
|
| index 86c520fcecad323e4e43546bc1e188a55cdbf242..dd3069ccc0f07bf26674f63b544cee83a1c57a1e 100644
|
| --- a/Source/core/html/forms/SubmitInputType.cpp
|
| +++ b/Source/core/html/forms/SubmitInputType.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/InputTypeNames.h"
|
| #include "core/platform/network/FormDataList.h"
|
| -#include "core/platform/text/PlatformLocale.h"
|
| +#include "platform/text/PlatformLocale.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|