Index: Source/core/html/ImageInputType.cpp |
diff --git a/Source/core/html/ImageInputType.cpp b/Source/core/html/ImageInputType.cpp |
index 818b5637a8b78170ca2dbf5c36a0f805806db798..188091ae8feacdc7af883370b3248116ab55228d 100644 |
--- a/Source/core/html/ImageInputType.cpp |
+++ b/Source/core/html/ImageInputType.cpp |
@@ -30,7 +30,7 @@ |
#include "HTMLNames.h" |
#include "HTMLParserIdioms.h" |
#include "InputTypeNames.h" |
-#include "MouseEvent.h" |
+#include "core/dom/MouseEvent.h" |
#include "core/loader/cache/CachedImage.h" |
#include "core/rendering/RenderImage.h" |
#include <wtf/PassOwnPtr.h> |