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

Unified Diff: Source/core/xml/XMLHttpRequest.cpp

Issue 14190004: Absolutify paths to loader/*. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hmm 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/workers/Worker.cpp ('k') | Source/core/xml/XSLImportRule.h » ('j') | 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 9e9167ec6b968e64656eb62cfe064ac2fe5071b5..ce230776a7cc8393ed69e3e1b5139b6d0716057d 100644
--- a/Source/core/xml/XMLHttpRequest.cpp
+++ b/Source/core/xml/XMLHttpRequest.cpp
@@ -24,7 +24,6 @@
#include "XMLHttpRequest.h"
#include "Blob.h"
-#include "CachedResourceRequestInitiators.h"
#include "ContentSecurityPolicy.h"
#include "ContextFeatures.h"
#include "DOMFormData.h"
@@ -37,7 +36,6 @@
#include "File.h"
#include "HTMLDocument.h"
#include "InspectorInstrumentation.h"
-#include "MemoryCache.h"
#include "ScriptCallStack.h"
#include "ScriptController.h"
#include "ScriptProfile.h"
@@ -50,6 +48,8 @@
#include "core/loader/CrossOriginAccessControl.h"
#include "core/loader/TextResourceDecoder.h"
#include "core/loader/ThreadableLoader.h"
+#include "core/loader/cache/CachedResourceRequestInitiators.h"
+#include "core/loader/cache/MemoryCache.h"
#include "core/platform/HistogramSupport.h"
#include "core/platform/SharedBuffer.h"
#include "core/platform/network/BlobData.h"
« no previous file with comments | « Source/core/workers/Worker.cpp ('k') | Source/core/xml/XSLImportRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698