| Index: Source/core/clipboard/DataObject.h
|
| diff --git a/Source/core/dom/DataObject.h b/Source/core/clipboard/DataObject.h
|
| similarity index 98%
|
| rename from Source/core/dom/DataObject.h
|
| rename to Source/core/clipboard/DataObject.h
|
| index eb3d77ce301b4f08aa078f6a9614f5bee599944e..7c489f9564069b3b5b8bae393658945a7ec4e577 100644
|
| --- a/Source/core/dom/DataObject.h
|
| +++ b/Source/core/clipboard/DataObject.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef DataObject_h
|
| #define DataObject_h
|
|
|
| -#include "core/dom/DataObjectItem.h"
|
| +#include "core/clipboard/DataObjectItem.h"
|
| #include "platform/PasteMode.h"
|
| #include "platform/Supplementable.h"
|
| #include "wtf/ListHashSet.h"
|
|
|