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

Unified Diff: Source/platform/network/FormDataBuilder.h

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.cpp ('k') | Source/platform/network/FormDataBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/FormDataBuilder.h
diff --git a/Source/core/platform/network/FormDataBuilder.h b/Source/platform/network/FormDataBuilder.h
similarity index 96%
rename from Source/core/platform/network/FormDataBuilder.h
rename to Source/platform/network/FormDataBuilder.h
index 5aaa375f6e813b14baafc5f566e73723a826147f..d35154719a0746e8e3de2fa591bc00466ce41bd2 100644
--- a/Source/core/platform/network/FormDataBuilder.h
+++ b/Source/platform/network/FormDataBuilder.h
@@ -21,7 +21,7 @@
#ifndef FormDataBuilder_h
#define FormDataBuilder_h
-#include "core/platform/network/FormData.h"
+#include "platform/network/FormData.h"
#include "wtf/Forward.h"
namespace WTF{
@@ -30,7 +30,7 @@ class TextEncoding;
namespace WebCore {
-class FormDataBuilder {
+class PLATFORM_EXPORT FormDataBuilder {
WTF_MAKE_NONCOPYABLE(FormDataBuilder);
public:
static WTF::TextEncoding encodingFromAcceptCharset(const String& acceptCharset, const String& inputEncoding, const String& defaultCharset);
« no previous file with comments | « Source/platform/network/FormData.cpp ('k') | Source/platform/network/FormDataBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698