Index: Source/web/WebViewImpl.cpp |
=================================================================== |
--- Source/web/WebViewImpl.cpp (revision 159157) |
+++ Source/web/WebViewImpl.cpp (working copy) |
@@ -95,11 +95,11 @@ |
#include "core/css/resolver/StyleResolver.h" |
#include "core/dom/Document.h" |
#include "core/dom/DocumentMarkerController.h" |
-#include "core/events/KeyboardEvent.h" |
+#include "core/dom/KeyboardEvent.h" |
#include "core/dom/NodeRenderStyle.h" |
#include "core/dom/Text.h" |
#include "core/dom/WheelController.h" |
-#include "core/events/WheelEvent.h" |
+#include "core/dom/WheelEvent.h" |
#include "core/editing/Editor.h" |
#include "core/editing/FrameSelection.h" |
#include "core/editing/InputMethodController.h" |