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

Unified Diff: Source/core/editing/Editor.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.h ('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 423fb7cf043217950150b3cfe66c6deadb7119ca..53076207694a8eb54ef8aba5a0a2155ec2344b5a 100644
--- a/Source/core/editing/Editor.cpp
+++ b/Source/core/editing/Editor.cpp
@@ -29,29 +29,29 @@
#include "CSSPropertyNames.h"
#include "CSSValueKeywords.h"
-#include "Clipboard.h"
-#include "ClipboardEvent.h"
-#include "CompositionEvent.h"
-#include "DocumentFragment.h"
-#include "DocumentMarkerController.h"
-#include "EventNames.h"
-#include "ExceptionCodePlaceholder.h"
#include "HTMLFormControlElement.h"
#include "HTMLFrameOwnerElement.h"
#include "HTMLImageElement.h"
#include "HTMLNames.h"
#include "HTMLTextAreaElement.h"
-#include "KeyboardEvent.h"
-#include "NodeList.h"
-#include "NodeTraversal.h"
-#include "ShadowRoot.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/dom/Clipboard.h"
+#include "core/dom/ClipboardEvent.h"
+#include "core/dom/CompositionEvent.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/DocumentMarkerController.h"
+#include "core/dom/EventNames.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/KeyboardEvent.h"
+#include "core/dom/NodeList.h"
+#include "core/dom/NodeTraversal.h"
+#include "core/dom/ShadowRoot.h"
+#include "core/dom/Text.h"
+#include "core/dom/TextEvent.h"
+#include "core/dom/UserTypingGestureIndicator.h"
#include "core/editing/AlternativeTextController.h"
#include "core/editing/ApplyStyleCommand.h"
#include "core/editing/CreateLinkCommand.h"
« no previous file with comments | « Source/core/editing/Editor.h ('k') | Source/core/editing/EditorCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698