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

Unified Diff: Source/core/platform/chromium/DragDataChromium.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
Index: Source/core/platform/chromium/DragDataChromium.cpp
diff --git a/Source/core/platform/chromium/DragDataChromium.cpp b/Source/core/platform/chromium/DragDataChromium.cpp
index 9c971b54a04ef5c82f5fc775d7b37ae2ae298f80..d7c23843f063eb8453a45c6e3ea8467e6da28ca0 100644
--- a/Source/core/platform/chromium/DragDataChromium.cpp
+++ b/Source/core/platform/chromium/DragDataChromium.cpp
@@ -30,10 +30,10 @@
#include "config.h"
#include "core/platform/DragData.h"
-#include "Document.h"
-#include "DocumentFragment.h"
#include "DraggedIsolatedFileSystem.h"
-#include "Range.h"
+#include "core/dom/Document.h"
+#include "core/dom/DocumentFragment.h"
+#include "core/dom/Range.h"
#include "core/editing/markup.h"
#include "core/page/Frame.h"
#include "core/platform/FileSystem.h"
« no previous file with comments | « Source/core/platform/chromium/ClipboardChromium.cpp ('k') | Source/core/platform/chromium/PasteboardChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698