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

Unified Diff: Source/core/editing/EditorCommand.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/Editor.cpp ('k') | Source/core/editing/FormatBlockCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/EditorCommand.cpp
diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
index d647ba2074c92a76f7a7656f6be5f24bb7b7036e..b7ad5094e9b23cdfbcc03a9ebc69703534fe431d 100644
--- a/Source/core/editing/EditorCommand.cpp
+++ b/Source/core/editing/EditorCommand.cpp
@@ -30,17 +30,17 @@
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
-#include "DocumentFragment.h"
-#include "Event.h"
-#include "ExceptionCodePlaceholder.h"
#include "HTMLFontElement.h"
#include "HTMLHRElement.h"
#include "HTMLImageElement.h"
#include "HTMLNames.h"
-#include "UserTypingGestureIndicator.h"
#include "core/css/CSSComputedStyleDeclaration.h"
#include "core/css/CSSValueList.h"
#include "core/css/StylePropertySet.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/Event.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/UserTypingGestureIndicator.h"
#include "core/editing/CreateLinkCommand.h"
#include "core/editing/FormatBlockCommand.h"
#include "core/editing/IndentOutdentCommand.h"
« no previous file with comments | « Source/core/editing/Editor.cpp ('k') | Source/core/editing/FormatBlockCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698