| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index 270c662e6c2623b38525b2b6551dcb942d25e08b..ab829a5c3283761549961fa1d25091dcf27c36cf 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -49,14 +49,14 @@
|
| #include "HTMLNames.h"
|
| #include "WebPrintParams.h"
|
| #include "bindings/v8/ScriptController.h"
|
| -#include "core/dom/EventNames.h"
|
| -#include "core/dom/GestureEvent.h"
|
| -#include "core/dom/KeyboardEvent.h"
|
| -#include "core/dom/MouseEvent.h"
|
| +#include "core/events/EventNames.h"
|
| +#include "core/events/GestureEvent.h"
|
| +#include "core/events/KeyboardEvent.h"
|
| +#include "core/events/MouseEvent.h"
|
| #include "core/dom/TouchController.h"
|
| -#include "core/dom/TouchEvent.h"
|
| +#include "core/events/TouchEvent.h"
|
| #include "core/dom/UserGestureIndicator.h"
|
| -#include "core/dom/WheelEvent.h"
|
| +#include "core/events/WheelEvent.h"
|
| #include "core/html/HTMLFormElement.h"
|
| #include "core/html/HTMLPlugInElement.h"
|
| #include "core/loader/FormState.h"
|
|
|