| Index: Source/web/DragClientImpl.cpp
|
| diff --git a/Source/web/DragClientImpl.cpp b/Source/web/DragClientImpl.cpp
|
| index 9fed7de84056d4cde5dca441f7fa615cfaac906e..a0b096b5d4722561bb9ede82c6fd0ec06d2c44db 100644
|
| --- a/Source/web/DragClientImpl.cpp
|
| +++ b/Source/web/DragClientImpl.cpp
|
| @@ -32,8 +32,8 @@
|
| #include "DragClientImpl.h"
|
| #include "WebViewClient.h"
|
| #include "WebViewImpl.h"
|
| -#include "core/dom/Clipboard.h"
|
| -#include "core/dom/DataObject.h"
|
| +#include "core/clipboard/Clipboard.h"
|
| +#include "core/clipboard/DataObject.h"
|
| #include "core/frame/Frame.h"
|
| #include "platform/DragImage.h"
|
| #include "platform/geometry/IntSize.h"
|
|
|