Index: Source/core/html/FileInputType.h |
diff --git a/Source/core/html/FileInputType.h b/Source/core/html/FileInputType.h |
index 6d9a3458dc810257486fffb4bcc4e9063d3f8d01..5d909b62f6f92b292a1fc3cbee770fcb09687030 100644 |
--- a/Source/core/html/FileInputType.h |
+++ b/Source/core/html/FileInputType.h |
@@ -33,8 +33,8 @@ |
#define FileInputType_h |
#include "BaseClickableWithKeyInputType.h" |
-#include "FileChooser.h" |
-#include "FileIconLoader.h" |
+#include "core/platform/FileChooser.h" |
+#include "core/platform/FileIconLoader.h" |
#include <wtf/RefPtr.h> |
namespace WebCore { |