Index: Source/core/html/forms/TypeAhead.cpp |
diff --git a/Source/core/html/forms/TypeAhead.cpp b/Source/core/html/forms/TypeAhead.cpp |
index 739f742b691934a9436a282055fb3242255984fd..e9a0052edad32d555d0d1b93fb56ba90368b9098 100644 |
--- a/Source/core/html/forms/TypeAhead.cpp |
+++ b/Source/core/html/forms/TypeAhead.cpp |
@@ -28,7 +28,7 @@ |
#include "config.h" |
#include "core/html/forms/TypeAhead.h" |
-#include "core/dom/KeyboardEvent.h" |
+#include "core/events/KeyboardEvent.h" |
#include "wtf/unicode/CharacterNames.h" |
using namespace WTF::Unicode; |