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

Unified Diff: Source/core/html/HTMLFormElement.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/html/HTMLAnchorElement.cpp ('k') | Source/core/html/parser/XSSAuditor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLFormElement.cpp
diff --git a/Source/core/html/HTMLFormElement.cpp b/Source/core/html/HTMLFormElement.cpp
index 74f1e680ad2d2e5a0b05dcb6f8a9e7e718dac417..55f6e0370d2f093fd363232ff11e5659c8db60ac 100644
--- a/Source/core/html/HTMLFormElement.cpp
+++ b/Source/core/html/HTMLFormElement.cpp
@@ -25,6 +25,7 @@
#include "config.h"
#include "HTMLFormElement.h"
+#include <limits>
#include "Attribute.h"
#include "AutocompleteErrorEvent.h"
#include "DOMFormData.h"
@@ -35,7 +36,6 @@
#include "FileList.h"
#include "FileSystem.h"
#include "FormController.h"
-#include "FormData.h"
#include "FormDataList.h"
#include "FormState.h"
#include "Frame.h"
@@ -55,7 +55,7 @@
#include "ScriptEventListener.h"
#include "Settings.h"
#include "ValidityState.h"
-#include <limits>
+#include "core/platform/network/FormData.h"
using namespace std;
« no previous file with comments | « Source/core/html/HTMLAnchorElement.cpp ('k') | Source/core/html/parser/XSSAuditor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698