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

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

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/platform/network/DNS.cpp ('k') | Source/core/platform/network/FormDataBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/network/FormData.cpp
diff --git a/Source/core/platform/network/FormData.cpp b/Source/core/platform/network/FormData.cpp
index c5108066e77e4c2bdbcb3c971a10f1f136366dde..b7f3ec4bd7baaab824b437a916cb3f6d4fb3737e 100644
--- a/Source/core/platform/network/FormData.cpp
+++ b/Source/core/platform/network/FormData.cpp
@@ -21,21 +21,21 @@
#include "config.h"
-#include "FormData.h"
+#include "core/platform/network/FormData.h"
-#include "BlobData.h"
#include "BlobURL.h"
#include "Chrome.h"
#include "ChromeClient.h"
#include "Document.h"
#include "File.h"
#include "FileSystem.h"
-#include "FormDataBuilder.h"
#include "FormDataList.h"
#include "MIMETypeRegistry.h"
#include "Page.h"
#include "PlatformMemoryInstrumentation.h"
#include "TextEncoding.h"
+#include "core/platform/network/BlobData.h"
+#include "core/platform/network/FormDataBuilder.h"
#include <wtf/Decoder.h>
#include <wtf/Encoder.h>
#include <wtf/MemoryInstrumentationVector.h>
« no previous file with comments | « Source/core/platform/network/DNS.cpp ('k') | Source/core/platform/network/FormDataBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698