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

Unified Diff: Source/platform/network/FormDataBuilder.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/FormDataBuilder.h ('k') | Source/platform/network/ResourceLoadInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/FormDataBuilder.cpp
diff --git a/Source/core/platform/network/FormDataBuilder.cpp b/Source/platform/network/FormDataBuilder.cpp
similarity index 99%
rename from Source/core/platform/network/FormDataBuilder.cpp
rename to Source/platform/network/FormDataBuilder.cpp
index 5321f3b4d7b15f3894d5f8d5ef5ceac180c7ee02..b79483903ccc44342cf778498d9ad673bbf2f85c 100644
--- a/Source/core/platform/network/FormDataBuilder.cpp
+++ b/Source/platform/network/FormDataBuilder.cpp
@@ -23,13 +23,13 @@
*/
#include "config.h"
-#include "core/platform/network/FormDataBuilder.h"
+#include "platform/network/FormDataBuilder.h"
+#include <limits>
#include "wtf/CryptographicallyRandomNumber.h"
#include "wtf/HexNumber.h"
#include "wtf/text/CString.h"
#include "wtf/text/TextEncoding.h"
-#include <limits>
namespace WebCore {
« no previous file with comments | « Source/platform/network/FormDataBuilder.h ('k') | Source/platform/network/ResourceLoadInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698