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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/FormData.h ('k') | Source/core/platform/network/HTTPRequest.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 907c5846c34fca8cfa1fe2aa9d5044e6a2c76036..fd461a3bfd562389751bbd44cc3cd2bdbacc8ff7 100644
--- a/Source/core/platform/network/FormData.cpp
+++ b/Source/core/platform/network/FormData.cpp
@@ -28,11 +28,11 @@
#include "ChromeClient.h"
#include "Document.h"
#include "File.h"
-#include "FileSystem.h"
#include "FormDataList.h"
-#include "MIMETypeRegistry.h"
#include "Page.h"
-#include "PlatformMemoryInstrumentation.h"
+#include "core/platform/FileSystem.h"
+#include "core/platform/MIMETypeRegistry.h"
+#include "core/platform/PlatformMemoryInstrumentation.h"
#include "core/platform/network/BlobData.h"
#include "core/platform/network/FormDataBuilder.h"
#include "core/platform/text/TextEncoding.h"
« no previous file with comments | « Source/core/platform/network/FormData.h ('k') | Source/core/platform/network/HTTPRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698