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

Unified Diff: Source/core/editing/MarkupAccumulator.cpp

Issue 14022018: Absolutify paths to html/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/editing/MarkupAccumulator.cpp
diff --git a/Source/core/editing/MarkupAccumulator.cpp b/Source/core/editing/MarkupAccumulator.cpp
index aa49e36bf49e41e0d8088b07a3352422a2709e8e..3c13aa147c376b295fbaab0faa105529865d822d 100644
--- a/Source/core/editing/MarkupAccumulator.cpp
+++ b/Source/core/editing/MarkupAccumulator.cpp
@@ -27,9 +27,7 @@
#include "config.h"
#include "core/editing/MarkupAccumulator.h"
-#include "HTMLElement.h"
#include "HTMLNames.h"
-#include "HTMLTemplateElement.h"
#include "XLinkNames.h"
#include "XMLNSNames.h"
#include "XMLNames.h"
@@ -39,6 +37,8 @@
#include "core/dom/DocumentType.h"
#include "core/dom/ProcessingInstruction.h"
#include "core/editing/Editor.h"
+#include "core/html/HTMLElement.h"
+#include "core/html/HTMLTemplateElement.h"
#include "core/platform/KURL.h"
#include <wtf/unicode/CharacterNames.h>
« no previous file with comments | « Source/core/editing/InsertParagraphSeparatorCommand.cpp ('k') | Source/core/editing/ModifySelectionListLevel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698