| Index: Source/web/WebPluginContainerImpl.cpp
|
| ===================================================================
|
| --- Source/web/WebPluginContainerImpl.cpp (revision 159157)
|
| +++ Source/web/WebPluginContainerImpl.cpp (working copy)
|
| @@ -49,14 +49,14 @@
|
| #include "HTMLNames.h"
|
| #include "WebPrintParams.h"
|
| #include "bindings/v8/ScriptController.h"
|
| -#include "core/events/EventNames.h"
|
| -#include "core/events/GestureEvent.h"
|
| -#include "core/events/KeyboardEvent.h"
|
| -#include "core/events/MouseEvent.h"
|
| +#include "core/dom/EventNames.h"
|
| +#include "core/dom/GestureEvent.h"
|
| +#include "core/dom/KeyboardEvent.h"
|
| +#include "core/dom/MouseEvent.h"
|
| #include "core/dom/TouchController.h"
|
| -#include "core/events/TouchEvent.h"
|
| +#include "core/dom/TouchEvent.h"
|
| #include "core/dom/UserGestureIndicator.h"
|
| -#include "core/events/WheelEvent.h"
|
| +#include "core/dom/WheelEvent.h"
|
| #include "core/html/HTMLFormElement.h"
|
| #include "core/html/HTMLPlugInElement.h"
|
| #include "core/loader/FormState.h"
|
|
|