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

Unified Diff: Source/core/xml/parser/XMLDocumentParser.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/xml/parser/XMLDocumentParser.h ('k') | Source/core/xml/parser/XMLDocumentParserLibxml2.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/parser/XMLDocumentParser.cpp
diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
index 99b9f56013c72bc25d7405f5a6cceec28ca7e278..8d6cd60bff627dea7e0a60e562bf0ca13768978d 100644
--- a/Source/core/xml/parser/XMLDocumentParser.cpp
+++ b/Source/core/xml/parser/XMLDocumentParser.cpp
@@ -26,20 +26,20 @@
#include "config.h"
#include "core/xml/parser/XMLDocumentParser.h"
-#include "CDATASection.h"
-#include "Comment.h"
-#include "Document.h"
-#include "DocumentFragment.h"
-#include "DocumentType.h"
#include "HTMLLinkElement.h"
#include "HTMLNames.h"
#include "HTMLStyleElement.h"
-#include "ProcessingInstruction.h"
-#include "ScriptElement.h"
#include "ScriptSourceCode.h"
#include "ScriptValue.h"
-#include "TreeDepthLimit.h"
#include "XMLErrors.h"
+#include "core/dom/CDATASection.h"
+#include "core/dom/Comment.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/DocumentType.h"
+#include "core/dom/ProcessingInstruction.h"
+#include "core/dom/ScriptElement.h"
+#include "core/dom/TreeDepthLimit.h"
#include "core/loader/FrameLoader.h"
#include "core/loader/ImageLoader.h"
#include "core/loader/TextResourceDecoder.h"
« no previous file with comments | « Source/core/xml/parser/XMLDocumentParser.h ('k') | Source/core/xml/parser/XMLDocumentParserLibxml2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698