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

Unified Diff: Source/core/clipboard/DataTransferItem.cpp

Issue 153343003: Move Clipboard-related code from core/dom to core/clipboard (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/clipboard/DataTransferItem.h ('k') | Source/core/clipboard/DataTransferItem.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataTransferItem.cpp
diff --git a/Source/core/dom/DataTransferItem.cpp b/Source/core/clipboard/DataTransferItem.cpp
similarity index 96%
rename from Source/core/dom/DataTransferItem.cpp
rename to Source/core/clipboard/DataTransferItem.cpp
index a6ccab32f524ff2a15314bd1e805ebfde390796e..0ae522fa982ca369716ed9099b56d0699baeb875 100644
--- a/Source/core/dom/DataTransferItem.cpp
+++ b/Source/core/clipboard/DataTransferItem.cpp
@@ -29,11 +29,11 @@
*/
#include "config.h"
-#include "core/dom/DataTransferItem.h"
+#include "core/clipboard/DataTransferItem.h"
#include "bindings/v8/V8Binding.h"
-#include "core/dom/Clipboard.h"
-#include "core/dom/DataObjectItem.h"
+#include "core/clipboard/Clipboard.h"
+#include "core/clipboard/DataObjectItem.h"
#include "core/dom/StringCallback.h"
#include "wtf/StdLibExtras.h"
« no previous file with comments | « Source/core/clipboard/DataTransferItem.h ('k') | Source/core/clipboard/DataTransferItem.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698