Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: Source/core/html/FileInputType.cpp

Issue 14283012: Absolutify paths to fileapi/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: script Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/DOMURL.cpp ('k') | Source/core/html/FormDataList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/FileInputType.cpp
diff --git a/Source/core/html/FileInputType.cpp b/Source/core/html/FileInputType.cpp
index 1db981bd4cb88e33a3f1dc3123af1f0bcf3da0d5..4515c75940491e08bafd3977d8c653e3fc18f520 100644
--- a/Source/core/html/FileInputType.cpp
+++ b/Source/core/html/FileInputType.cpp
@@ -22,8 +22,6 @@
#include "config.h"
#include "FileInputType.h"
-#include "File.h"
-#include "FileList.h"
#include "FormController.h"
#include "FormDataList.h"
#include "HTMLInputElement.h"
@@ -33,6 +31,8 @@
#include "core/dom/ElementShadow.h"
#include "core/dom/Event.h"
#include "core/dom/ShadowRoot.h"
+#include "core/fileapi/File.h"
+#include "core/fileapi/FileList.h"
#include "core/page/Chrome.h"
#include "core/page/Frame.h"
#include "core/page/RuntimeEnabledFeatures.h"
« no previous file with comments | « Source/core/html/DOMURL.cpp ('k') | Source/core/html/FormDataList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698