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

Unified Diff: Source/core/page/DragController.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/DragController.h ('k') | Source/core/page/EventHandler.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 b7a22aef21ddc0c5d996fe704ab8ef813bdd25ed..fd74b10b100fe7fc4358bbd752de817a8d64a539 100644
--- a/Source/core/page/DragController.cpp
+++ b/Source/core/page/DragController.cpp
@@ -35,7 +35,6 @@
#include "DocumentFragment.h"
#include "DragActions.h"
#include "DragClient.h"
-#include "DragData.h"
#include "DragSession.h"
#include "DragState.h"
#include "Editor.h"
@@ -57,7 +56,6 @@
#include "MoveSelectionCommand.h"
#include "Node.h"
#include "Page.h"
-#include "PlatformKeyboardEvent.h"
#include "PluginDocument.h"
#include "PluginViewBase.h"
#include "RenderFileUploadControl.h"
@@ -70,6 +68,8 @@
#include "StylePropertySet.h"
#include "Text.h"
#include "TextEvent.h"
+#include "core/platform/DragData.h"
+#include "core/platform/PlatformKeyboardEvent.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/Image.h"
#include "core/platform/graphics/ImageOrientation.h"
« no previous file with comments | « Source/core/page/DragController.h ('k') | Source/core/page/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698