| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index c055d2f3c579a18203aff648ca3cb982b2c9ba4b..f11ea50c0405d056cd572ac4abfaf20fb5cc17b5 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -25,9 +25,9 @@
|
| #ifndef HTMLInputElement_h
|
| #define HTMLInputElement_h
|
|
|
| -#include "FileChooser.h"
|
| #include "HTMLTextFormControlElement.h"
|
| #include "StepRange.h"
|
| +#include "core/platform/FileChooser.h"
|
|
|
| namespace WebCore {
|
|
|
|
|