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

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: rebase 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
« no previous file with comments | « Source/core/xmlhttprequest/OWNERS ('k') | Source/core/xmlhttprequest/XMLHttpRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0310370d79603b92fe3f4e4adfca537662020f68..ebac5ad22add0e593e3e773ee3d1cf9041055bcb 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"
« no previous file with comments | « Source/core/xmlhttprequest/OWNERS ('k') | Source/core/xmlhttprequest/XMLHttpRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698