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

Unified Diff: Source/platform/network/FormData.cpp

Issue 29123004: Move core/platform/network to platform/network (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: One more file Created 7 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/platform/network/FormData.h ('k') | Source/platform/network/FormDataBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/FormData.cpp
diff --git a/Source/core/platform/network/FormData.cpp b/Source/platform/network/FormData.cpp
similarity index 98%
rename from Source/core/platform/network/FormData.cpp
rename to Source/platform/network/FormData.cpp
index 38d0990087de3ad10225a97a197fd50eb96bfbc5..de2e38536ea373b97037c1c808dd23c53210d3f3 100644
--- a/Source/core/platform/network/FormData.cpp
+++ b/Source/platform/network/FormData.cpp
@@ -20,11 +20,11 @@
*/
#include "config.h"
-#include "core/platform/network/FormData.h"
+#include "platform/network/FormData.h"
-#include "core/platform/network/FormDataBuilder.h"
#include "platform/FileMetadata.h"
#include "platform/blob/BlobData.h"
+#include "platform/network/FormDataBuilder.h"
#include "wtf/text/TextEncoding.h"
namespace WebCore {
« no previous file with comments | « Source/platform/network/FormData.h ('k') | Source/platform/network/FormDataBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698