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

Unified Diff: Source/core/xml/XMLHttpRequest.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/scripts/make_dom_exceptions.pl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XMLHttpRequest.cpp
diff --git a/Source/core/xml/XMLHttpRequest.cpp b/Source/core/xml/XMLHttpRequest.cpp
index 0bd91e0358743a641bf06edea42220d572af80d2..4cc87d55b17bda3161fc0e4b8b59bb6783117485 100644
--- a/Source/core/xml/XMLHttpRequest.cpp
+++ b/Source/core/xml/XMLHttpRequest.cpp
@@ -23,9 +23,7 @@
#include "config.h"
#include "XMLHttpRequest.h"
-#include "Blob.h"
#include "DOMFormData.h"
-#include "File.h"
#include "HTMLDocument.h"
#include "InspectorInstrumentation.h"
#include "ScriptCallStack.h"
@@ -43,6 +41,8 @@
#include "core/dom/ExceptionCode.h"
#include "core/dom/WebCoreMemoryInstrumentation.h"
#include "core/editing/markup.h"
+#include "core/fileapi/Blob.h"
+#include "core/fileapi/File.h"
#include "core/loader/CrossOriginAccessControl.h"
#include "core/loader/TextResourceDecoder.h"
#include "core/loader/ThreadableLoader.h"
« no previous file with comments | « Source/core/scripts/make_dom_exceptions.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698