| Index: Source/core/html/FormController.cpp
|
| diff --git a/Source/core/html/FormController.cpp b/Source/core/html/FormController.cpp
|
| index 8a8af05a97fb59bf30f9a5847b45b3c4fd30b701..5aebed9a40d658054535a24b6d20bdd0628400cd 100644
|
| --- a/Source/core/html/FormController.cpp
|
| +++ b/Source/core/html/FormController.cpp
|
| @@ -21,10 +21,10 @@
|
| #include "config.h"
|
| #include "FormController.h"
|
|
|
| -#include "FileChooser.h"
|
| #include "HTMLFormControlElementWithState.h"
|
| #include "HTMLFormElement.h"
|
| #include "HTMLInputElement.h"
|
| +#include "core/platform/FileChooser.h"
|
| #include <wtf/text/StringBuilder.h>
|
|
|
| namespace WebCore {
|
|
|