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

Unified Diff: Source/core/clipboard/DataTransferItemList.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/DataTransferItemList.h ('k') | Source/core/clipboard/DataTransferItemList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataTransferItemList.cpp
diff --git a/Source/core/dom/DataTransferItemList.cpp b/Source/core/clipboard/DataTransferItemList.cpp
similarity index 95%
rename from Source/core/dom/DataTransferItemList.cpp
rename to Source/core/clipboard/DataTransferItemList.cpp
index e2c5ba91ae2eac9b32ccbdfd9eba1abc3d21fc17..063a740dafee48a71d050e0a60c4bf1f3f448584 100644
--- a/Source/core/dom/DataTransferItemList.cpp
+++ b/Source/core/clipboard/DataTransferItemList.cpp
@@ -25,12 +25,12 @@
*/
#include "config.h"
-#include "core/dom/DataTransferItemList.h"
+#include "core/clipboard/DataTransferItemList.h"
#include "bindings/v8/ExceptionState.h"
-#include "core/dom/Clipboard.h"
-#include "core/dom/DataObject.h"
-#include "core/dom/DataTransferItem.h"
+#include "core/clipboard/Clipboard.h"
+#include "core/clipboard/DataObject.h"
+#include "core/clipboard/DataTransferItem.h"
#include "core/dom/ExceptionCode.h"
namespace WebCore {
« no previous file with comments | « Source/core/clipboard/DataTransferItemList.h ('k') | Source/core/clipboard/DataTransferItemList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698