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

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

Issue 14307014: Absolutify paths to workers/, workers/chromium/, xml/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: in 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/xml/XMLErrors.cpp ('k') | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XMLHttpRequest.h
diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xml/XMLHttpRequest.h
index 23bed9a53d467ef82b362b68e2292db9050827ae..72c3251e822aad3be4ee84f8d128038b82bfc734 100644
--- a/Source/core/xml/XMLHttpRequest.h
+++ b/Source/core/xml/XMLHttpRequest.h
@@ -23,7 +23,6 @@
#define XMLHttpRequest_h
#include "ScriptWrappable.h"
-#include "XMLHttpRequestProgressEventThrottle.h"
#include "core/dom/ActiveDOMObject.h"
#include "core/dom/EventListener.h"
#include "core/dom/EventNames.h"
@@ -32,6 +31,7 @@
#include "core/page/SecurityOrigin.h"
#include "core/platform/network/FormData.h"
#include "core/platform/network/ResourceResponse.h"
+#include "core/xml/XMLHttpRequestProgressEventThrottle.h"
#include <wtf/OwnPtr.h>
#include <wtf/text/AtomicStringHash.h>
#include <wtf/text/StringBuilder.h>
« no previous file with comments | « Source/core/xml/XMLErrors.cpp ('k') | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698