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

Unified Diff: Source/core/page/DragController.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/page/DeviceController.cpp ('k') | Source/core/page/DragState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DragController.cpp
diff --git a/Source/core/page/DragController.cpp b/Source/core/page/DragController.cpp
index eec8ee2b03a8eeeb752ce5a0bfcf0fa3d1b93579..bfc33d4b62e8efe2900004c61d461821e3cc308d 100644
--- a/Source/core/page/DragController.cpp
+++ b/Source/core/page/DragController.cpp
@@ -27,23 +27,23 @@
#include "config.h"
#include "core/page/DragController.h"
-#include "Clipboard.h"
-#include "ClipboardAccessPolicy.h"
-#include "Document.h"
-#include "DocumentFragment.h"
-#include "Element.h"
-#include "ExceptionCodePlaceholder.h"
#include "HTMLAnchorElement.h"
#include "HTMLInputElement.h"
#include "HTMLNames.h"
#include "HTMLPlugInElement.h"
-#include "Node.h"
#include "PluginDocument.h"
#include "PluginViewBase.h"
-#include "ShadowRoot.h"
-#include "Text.h"
-#include "TextEvent.h"
#include "core/css/StylePropertySet.h"
+#include "core/dom/Clipboard.h"
+#include "core/dom/ClipboardAccessPolicy.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/Element.h"
+#include "core/dom/ExceptionCodePlaceholder.h"
+#include "core/dom/Node.h"
+#include "core/dom/ShadowRoot.h"
+#include "core/dom/Text.h"
+#include "core/dom/TextEvent.h"
#include "core/editing/Editor.h"
#include "core/editing/FrameSelection.h"
#include "core/editing/MoveSelectionCommand.h"
« no previous file with comments | « Source/core/page/DeviceController.cpp ('k') | Source/core/page/DragState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698