Index: Source/core/html/ResetInputType.cpp |
diff --git a/Source/core/html/ResetInputType.cpp b/Source/core/html/ResetInputType.cpp |
index 83fb4501c21a48939a0ae6148deb348a25ba818e..a3b73bfd8c6ef820f7152739b5cf57a7735f12fb 100644 |
--- a/Source/core/html/ResetInputType.cpp |
+++ b/Source/core/html/ResetInputType.cpp |
@@ -32,10 +32,10 @@ |
#include "config.h" |
#include "ResetInputType.h" |
-#include "Event.h" |
#include "HTMLFormElement.h" |
#include "HTMLInputElement.h" |
#include "InputTypeNames.h" |
+#include "core/dom/Event.h" |
#include "core/platform/LocalizedStrings.h" |
#include <wtf/PassOwnPtr.h> |