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

Unified Diff: Source/core/xml/parser/XMLDocumentParserLibxml2.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
Index: Source/core/xml/parser/XMLDocumentParserLibxml2.cpp
diff --git a/Source/core/xml/parser/XMLDocumentParserLibxml2.cpp b/Source/core/xml/parser/XMLDocumentParserLibxml2.cpp
index b70143f70d6c51541b0feacf5876a917fcee8cb1..2122745bda6751d5fd2dd21f700b83234b2d9017 100644
--- a/Source/core/xml/parser/XMLDocumentParserLibxml2.cpp
+++ b/Source/core/xml/parser/XMLDocumentParserLibxml2.cpp
@@ -29,24 +29,24 @@
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
-#include "CDATASection.h"
-#include "Comment.h"
-#include "Document.h"
-#include "DocumentFragment.h"
-#include "DocumentType.h"
-#include "ExceptionCodePlaceholder.h"
#include "HTMLEntityParser.h"
#include "HTMLHtmlElement.h"
#include "HTMLLinkElement.h"
#include "HTMLNames.h"
#include "HTMLStyleElement.h"
#include "HTMLTemplateElement.h"
-#include "ProcessingInstruction.h"
-#include "ScriptElement.h"
#include "ScriptSourceCode.h"
#include "ScriptValue.h"
-#include "TransformSource.h"
#include "XMLNSNames.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/ExceptionCodePlaceholder.h"
+#include "core/dom/ProcessingInstruction.h"
+#include "core/dom/ScriptElement.h"
+#include "core/dom/TransformSource.h"
#include "core/loader/FrameLoader.h"
#include "core/loader/TextResourceDecoder.h"
#include "core/loader/cache/CachedResourceLoader.h"
« no previous file with comments | « Source/core/xml/parser/XMLDocumentParser.cpp ('k') | Source/modules/device_orientation/DeviceAcceleration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698