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

Unified Diff: Source/core/html/parser/XSSAuditor.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/parser/XSSAuditor.h ('k') | Source/core/html/parser/XSSAuditorDelegate.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/XSSAuditor.cpp
diff --git a/Source/core/html/parser/XSSAuditor.cpp b/Source/core/html/parser/XSSAuditor.cpp
index 57e7e48f00569188c20eda374f6e4147560a8ff3..e1892f71df6ddb996de78e7cb1f27858de0fc79a 100644
--- a/Source/core/html/parser/XSSAuditor.cpp
+++ b/Source/core/html/parser/XSSAuditor.cpp
@@ -33,15 +33,14 @@
#include "DecodeEscapeSequences.h"
#include "Document.h"
#include "DocumentLoader.h"
-#include "FormData.h"
#include "FormDataList.h"
#include "Frame.h"
#include "FrameLoaderClient.h"
#include "HTMLDocumentParser.h"
#include "HTMLNames.h"
-#include "HTMLTokenizer.h"
#include "HTMLParamElement.h"
#include "HTMLParserIdioms.h"
+#include "HTMLTokenizer.h"
#include "InspectorInstrumentation.h"
#include "InspectorValues.h"
#include "KURL.h"
@@ -52,6 +51,7 @@
#include "TextResourceDecoder.h"
#include "XLinkNames.h"
#include "XSSAuditorDelegate.h"
+#include "core/platform/network/FormData.h"
#if ENABLE(SVG)
#include "SVGNames.h"
« no previous file with comments | « Source/core/html/parser/XSSAuditor.h ('k') | Source/core/html/parser/XSSAuditorDelegate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698