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

Unified Diff: Source/core/editing/CompositeEditCommand.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/BreakBlockquoteCommand.cpp ('k') | Source/core/editing/CreateLinkCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/CompositeEditCommand.cpp
diff --git a/Source/core/editing/CompositeEditCommand.cpp b/Source/core/editing/CompositeEditCommand.cpp
index f0afe95e92d8e93df3391b272c686986624ee505..014d230d49929da601cfe236636065fc14d3d95e 100644
--- a/Source/core/editing/CompositeEditCommand.cpp
+++ b/Source/core/editing/CompositeEditCommand.cpp
@@ -26,16 +26,16 @@
#include "config.h"
#include "core/editing/CompositeEditCommand.h"
-#include "Document.h"
-#include "DocumentFragment.h"
-#include "DocumentMarkerController.h"
-#include "ExceptionCodePlaceholder.h"
#include "HTMLElement.h"
#include "HTMLNames.h"
-#include "NodeTraversal.h"
-#include "Range.h"
-#include "ScopedEventQueue.h"
-#include "Text.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/DocumentMarkerController.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/NodeTraversal.h"
+#include "core/dom/Range.h"
+#include "core/dom/ScopedEventQueue.h"
+#include "core/dom/Text.h"
#include "core/editing/AppendNodeCommand.h"
#include "core/editing/ApplyStyleCommand.h"
#include "core/editing/DeleteFromTextNodeCommand.h"
« no previous file with comments | « Source/core/editing/BreakBlockquoteCommand.cpp ('k') | Source/core/editing/CreateLinkCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698