| Index: Source/core/html/FileInputType.cpp
|
| diff --git a/Source/core/html/FileInputType.cpp b/Source/core/html/FileInputType.cpp
|
| index 3182823d36a256a1c7ea8b98920570547ed640d1..2ca80250036c6a28b6f8fbb1c1e437ba8956b3f0 100644
|
| --- a/Source/core/html/FileInputType.cpp
|
| +++ b/Source/core/html/FileInputType.cpp
|
| @@ -23,23 +23,23 @@
|
| #include "FileInputType.h"
|
|
|
| #include "Chrome.h"
|
| -#include "DragData.h"
|
| #include "ElementShadow.h"
|
| #include "Event.h"
|
| #include "File.h"
|
| #include "FileList.h"
|
| -#include "FileSystem.h"
|
| #include "FormController.h"
|
| #include "FormDataList.h"
|
| #include "Frame.h"
|
| #include "HTMLInputElement.h"
|
| #include "HTMLNames.h"
|
| #include "InputTypeNames.h"
|
| -#include "LocalizedStrings.h"
|
| #include "RenderFileUploadControl.h"
|
| #include "RuntimeEnabledFeatures.h"
|
| #include "ScriptController.h"
|
| #include "ShadowRoot.h"
|
| +#include "core/platform/DragData.h"
|
| +#include "core/platform/FileSystem.h"
|
| +#include "core/platform/LocalizedStrings.h"
|
| #include "core/platform/graphics/Icon.h"
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/text/StringBuilder.h>
|
|
|