| Index: Source/core/html/forms/FileInputType.cpp
|
| diff --git a/Source/core/html/forms/FileInputType.cpp b/Source/core/html/forms/FileInputType.cpp
|
| index 4d565da606b6c3132030b0068cb302d3b54bfd90..d00f8dbca9fded44a93f94d7d79745451a94aa34 100644
|
| --- a/Source/core/html/forms/FileInputType.cpp
|
| +++ b/Source/core/html/forms/FileInputType.cpp
|
| @@ -22,10 +22,9 @@
|
| #include "config.h"
|
| #include "core/html/forms/FileInputType.h"
|
|
|
| -#include "HTMLNames.h"
|
| -#include "InputTypeNames.h"
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "bindings/v8/ExceptionStatePlaceholder.h"
|
| +#include "core/HTMLNames.h"
|
| +#include "core/InputTypeNames.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/events/Event.h"
|
| #include "core/fileapi/File.h"
|
| @@ -37,6 +36,7 @@
|
| #include "core/page/DragData.h"
|
| #include "core/rendering/RenderFileUploadControl.h"
|
| #include "platform/FileMetadata.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/text/PlatformLocale.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|