| Index: Source/core/page/EventHandler.cpp
|
| diff --git a/Source/core/page/EventHandler.cpp b/Source/core/page/EventHandler.cpp
|
| index ea56eea761d875b4bb47e28083a62831189f289f..28cfc75462d97c3660ca36d966051f550f75cdb7 100644
|
| --- a/Source/core/page/EventHandler.cpp
|
| +++ b/Source/core/page/EventHandler.cpp
|
| @@ -32,8 +32,6 @@
|
| #include "CachedImage.h"
|
| #include "Chrome.h"
|
| #include "ChromeClient.h"
|
| -#include "ChromiumDataObject.h"
|
| -#include "ClipboardChromium.h"
|
| #include "Cursor.h"
|
| #include "CursorList.h"
|
| #include "Document.h"
|
| @@ -90,6 +88,8 @@
|
| #include "WheelEvent.h"
|
| #include "WindowsKeyboardCodes.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| +#include "core/platform/chromium/ChromiumDataObject.h"
|
| +#include "core/platform/chromium/ClipboardChromium.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/Image.h"
|
|
|