Index: Source/core/inspector/InspectorInputAgent.cpp |
diff --git a/Source/core/inspector/InspectorInputAgent.cpp b/Source/core/inspector/InspectorInputAgent.cpp |
index 7bc86cf2626d72312456dabb273d66b3090641cd..95bf0dd9c551e9926cc8c83f519c1cb63de0d37d 100644 |
--- a/Source/core/inspector/InspectorInputAgent.cpp |
+++ b/Source/core/inspector/InspectorInputAgent.cpp |
@@ -36,9 +36,9 @@ |
#include "Frame.h" |
#include "FrameView.h" |
#include "Page.h" |
-#include "PlatformEvent.h" |
-#include "PlatformKeyboardEvent.h" |
-#include "PlatformMouseEvent.h" |
+#include "core/platform/PlatformEvent.h" |
+#include "core/platform/PlatformKeyboardEvent.h" |
+#include "core/platform/PlatformMouseEvent.h" |
#include "core/platform/graphics/IntPoint.h" |
#include "core/platform/graphics/IntRect.h" |
#include "core/platform/graphics/IntSize.h" |