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

Unified Diff: Source/core/platform/chromium/ClipboardChromium.cpp

Issue 14283012: Absolutify paths to fileapi/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: script 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/platform/chromium/ChromiumDataObjectItem.cpp ('k') | Source/core/platform/network/BlobData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/ClipboardChromium.cpp
diff --git a/Source/core/platform/chromium/ClipboardChromium.cpp b/Source/core/platform/chromium/ClipboardChromium.cpp
index 0601168dc3b3e193171a2302278b0930a70e823a..a7873706ce4c2a302418eb2d3c657efbf801fa29 100644
--- a/Source/core/platform/chromium/ClipboardChromium.cpp
+++ b/Source/core/platform/chromium/ClipboardChromium.cpp
@@ -27,8 +27,6 @@
#include "config.h"
#include "core/platform/chromium/ClipboardChromium.h"
-#include "File.h"
-#include "FileList.h"
#include "HTMLNames.h"
#include "HTMLParserIdioms.h"
#include "core/dom/DataTransferItemList.h"
@@ -40,6 +38,8 @@
#include "core/dom/StringCallback.h"
#include "core/editing/Editor.h"
#include "core/editing/markup.h"
+#include "core/fileapi/File.h"
+#include "core/fileapi/FileList.h"
#include "core/loader/cache/CachedImage.h"
#include "core/page/Frame.h"
#include "core/platform/DragData.h"
« no previous file with comments | « Source/core/platform/chromium/ChromiumDataObjectItem.cpp ('k') | Source/core/platform/network/BlobData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698