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

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

Issue 14242011: Absolutify paths to css/. (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
« no previous file with comments | « Source/core/editing/EditingStyle.cpp ('k') | Source/core/editing/EditorCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/Editor.cpp
diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
index f443d08d767423d2429ba39e7be293ca7ebe3637..423fb7cf043217950150b3cfe66c6deadb7119ca 100644
--- a/Source/core/editing/Editor.cpp
+++ b/Source/core/editing/Editor.cpp
@@ -27,7 +27,6 @@
#include "config.h"
#include "core/editing/Editor.h"
-#include "CSSComputedStyleDeclaration.h"
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
#include "Clipboard.h"
@@ -46,12 +45,13 @@
#include "NodeList.h"
#include "NodeTraversal.h"
#include "ShadowRoot.h"
-#include "StylePropertySet.h"
-#include "StyleResolver.h"
#include "Text.h"
#include "TextEvent.h"
#include "UserTypingGestureIndicator.h"
#include "core/accessibility/AXObjectCache.h"
+#include "core/css/CSSComputedStyleDeclaration.h"
+#include "core/css/StylePropertySet.h"
+#include "core/css/StyleResolver.h"
#include "core/editing/AlternativeTextController.h"
#include "core/editing/ApplyStyleCommand.h"
#include "core/editing/CreateLinkCommand.h"
« no previous file with comments | « Source/core/editing/EditingStyle.cpp ('k') | Source/core/editing/EditorCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698