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

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

Issue 666153003: Move XMLHttpRequest related files to core/xmlhttprequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
Index: Source/core/xmlhttprequest/XMLHttpRequest.h
diff --git a/Source/core/xml/XMLHttpRequest.h b/Source/core/xmlhttprequest/XMLHttpRequest.h
similarity index 98%
rename from Source/core/xml/XMLHttpRequest.h
rename to Source/core/xmlhttprequest/XMLHttpRequest.h
index 09b30de5720dc8ac7589c7f78e4a827d0f3d79bb..3a3e36306292a6a5dfdde247c03ceefc8a1012d0 100644
--- a/Source/core/xml/XMLHttpRequest.h
+++ b/Source/core/xmlhttprequest/XMLHttpRequest.h
@@ -28,8 +28,8 @@
#include "core/events/EventListener.h"
#include "core/loader/ThreadableLoaderClient.h"
#include "core/streams/ReadableStreamImpl.h"
-#include "core/xml/XMLHttpRequestEventTarget.h"
-#include "core/xml/XMLHttpRequestProgressEventThrottle.h"
+#include "core/xmlhttprequest/XMLHttpRequestEventTarget.h"
+#include "core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.h"
#include "platform/heap/Handle.h"
#include "platform/network/FormData.h"
#include "platform/network/ResourceResponse.h"

Powered by Google App Engine
This is Rietveld 408576698