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

Unified Diff: Source/core/html/parser/HTMLDocumentParser.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/html/parser/HTMLDocumentParser.h ('k') | Source/core/html/parser/HTMLElementStack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLDocumentParser.cpp
diff --git a/Source/core/html/parser/HTMLDocumentParser.cpp b/Source/core/html/parser/HTMLDocumentParser.cpp
index 9dcc45f89949e0ca6888bc3ec6d25d66a0b46f7b..b410821f24d24c3b25daaf995de90e9a06e1b22b 100644
--- a/Source/core/html/parser/HTMLDocumentParser.cpp
+++ b/Source/core/html/parser/HTMLDocumentParser.cpp
@@ -29,8 +29,6 @@
#include "AtomicHTMLToken.h"
#include "BackgroundHTMLParser.h"
#include "CompactHTMLToken.h"
-#include "DocumentFragment.h"
-#include "Element.h"
#include "HTMLDocument.h"
#include "HTMLIdentifier.h"
#include "HTMLNames.h"
@@ -42,6 +40,8 @@
#include "HTMLTreeBuilder.h"
#include "InspectorInstrumentation.h"
#include "NestingLevelIncrementer.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/Element.h"
#include "core/loader/DocumentLoader.h"
#include "core/page/ContentSecurityPolicy.h"
#include "core/page/Frame.h"
« no previous file with comments | « Source/core/html/parser/HTMLDocumentParser.h ('k') | Source/core/html/parser/HTMLElementStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698