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

Unified Diff: Source/core/html/HTMLInputElement.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/HTMLFormElement.cpp ('k') | Source/core/html/InputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLInputElement.cpp
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
index d479ad1192e071ec08a92a5cf00b0b600528b5e9..3ba545fef80877081520c4bc8c641d2b2ee3c00e 100644
--- a/Source/core/html/HTMLInputElement.cpp
+++ b/Source/core/html/HTMLInputElement.cpp
@@ -32,7 +32,6 @@
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
#include "FileInputType.h"
-#include "FileList.h"
#include "FormController.h"
#include "HTMLCollection.h"
#include "HTMLDataListElement.h"
@@ -60,6 +59,7 @@
#include "core/dom/TouchEvent.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
+#include "core/fileapi/FileList.h"
#include "core/page/Frame.h"
#include "core/page/FrameView.h"
#include "core/page/RuntimeEnabledFeatures.h"
« no previous file with comments | « Source/core/html/HTMLFormElement.cpp ('k') | Source/core/html/InputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698