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

Unified Diff: Source/core/platform/chromium/DragDataChromium.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
Index: Source/core/platform/chromium/DragDataChromium.cpp
diff --git a/Source/core/platform/chromium/DragDataChromium.cpp b/Source/core/platform/chromium/DragDataChromium.cpp
index 5e8534b0f0e26fbce789a648e69133428602847f..f4cebbf7fe26dbe341337f53b50aabe4e155a825 100644
--- a/Source/core/platform/chromium/DragDataChromium.cpp
+++ b/Source/core/platform/chromium/DragDataChromium.cpp
@@ -28,16 +28,16 @@
// they may not be available to us in the multiprocess
#include "config.h"
-#include "DragData.h"
+#include "core/platform/DragData.h"
#include "Document.h"
#include "DocumentFragment.h"
#include "DraggedIsolatedFileSystem.h"
-#include "FileSystem.h"
#include "Frame.h"
-#include "KURL.h"
-#include "NotImplemented.h"
#include "Range.h"
+#include "core/platform/FileSystem.h"
+#include "core/platform/KURL.h"
+#include "core/platform/NotImplemented.h"
#include "core/platform/chromium/ChromiumDataObject.h"
#include "core/platform/chromium/ClipboardMimeTypes.h"
#include "markup.h"
« no previous file with comments | « Source/core/platform/chromium/CursorChromium.cpp ('k') | Source/core/platform/chromium/DragImageChromiumSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698