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

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

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/DragClient.h ('k') | Source/core/page/DragController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DragController.h
diff --git a/Source/core/page/DragController.h b/Source/core/page/DragController.h
index b6a02b48fd191e83274cfa4224816115972bd564..84f294c56eb0501dcdf946a288537f481927a0e6 100644
--- a/Source/core/page/DragController.h
+++ b/Source/core/page/DragController.h
@@ -27,8 +27,8 @@
#define DragController_h
#include "DragActions.h"
-#include "DragImage.h"
-#include "KURL.h"
+#include "core/platform/DragImage.h"
+#include "core/platform/KURL.h"
#include "core/platform/graphics/IntPoint.h"
namespace WebCore {
« no previous file with comments | « Source/core/page/DragClient.h ('k') | Source/core/page/DragController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698