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

Unified Diff: Source/core/editing/markup.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/editing/markup.h ('k') | Source/core/fileapi/Blob.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/markup.cpp
diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp
index ec045ef366d5bde6b9acec5d3b15360b5151feb8..6d768386f1226cbaae9243e6c37c44e8918ed3f2 100644
--- a/Source/core/editing/markup.cpp
+++ b/Source/core/editing/markup.cpp
@@ -29,21 +29,12 @@
#include "config.h"
#include "core/editing/markup.h"
-#include "CDATASection.h"
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
-#include "ChildListMutationScope.h"
-#include "ContextFeatures.h"
-#include "DocumentFragment.h"
-#include "DocumentType.h"
-#include "ExceptionCode.h"
-#include "ExceptionCodePlaceholder.h"
#include "HTMLBodyElement.h"
#include "HTMLElement.h"
#include "HTMLNames.h"
#include "HTMLTextFormControlElement.h"
-#include "NodeTraversal.h"
-#include "Range.h"
#include "XMLNSNames.h"
#include "core/css/CSSPrimitiveValue.h"
#include "core/css/CSSRule.h"
@@ -52,6 +43,15 @@
#include "core/css/CSSValue.h"
#include "core/css/StylePropertySet.h"
#include "core/css/StyleResolver.h"
+#include "core/dom/CDATASection.h"
+#include "core/dom/ChildListMutationScope.h"
+#include "core/dom/ContextFeatures.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/DocumentType.h"
+#include "core/dom/ExceptionCode.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/NodeTraversal.h"
+#include "core/dom/Range.h"
#include "core/editing/Editor.h"
#include "core/editing/MarkupAccumulator.h"
#include "core/editing/TextIterator.h"
« no previous file with comments | « Source/core/editing/markup.h ('k') | Source/core/fileapi/Blob.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698