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

Unified Diff: Source/core/editing/EditingStyle.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/EditCommand.cpp ('k') | Source/core/editing/Editor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/EditingStyle.cpp
diff --git a/Source/core/editing/EditingStyle.cpp b/Source/core/editing/EditingStyle.cpp
index ac8756421b7da17429bbe84f80a6201432e3a710..b775fb73174e4f03664a07841b8c658d006cf666 100644
--- a/Source/core/editing/EditingStyle.cpp
+++ b/Source/core/editing/EditingStyle.cpp
@@ -30,11 +30,6 @@
#include "CSSValueKeywords.h"
#include "HTMLFontElement.h"
#include "HTMLNames.h"
-#include "Node.h"
-#include "NodeTraversal.h"
-#include "Position.h"
-#include "QualifiedName.h"
-#include "StyledElement.h"
#include "core/css/CSSComputedStyleDeclaration.h"
#include "core/css/CSSParser.h"
#include "core/css/CSSRuleList.h"
@@ -43,6 +38,11 @@
#include "core/css/StylePropertySet.h"
#include "core/css/StyleResolver.h"
#include "core/css/StyleRule.h"
+#include "core/dom/Node.h"
+#include "core/dom/NodeTraversal.h"
+#include "core/dom/Position.h"
+#include "core/dom/QualifiedName.h"
+#include "core/dom/StyledElement.h"
#include "core/editing/ApplyStyleCommand.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
« no previous file with comments | « Source/core/editing/EditCommand.cpp ('k') | Source/core/editing/Editor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698