Index: Source/core/html/SearchInputType.cpp |
diff --git a/Source/core/html/SearchInputType.cpp b/Source/core/html/SearchInputType.cpp |
index fa88dd99af6dcabd0e1f58a6e0eec3a936158c7e..685989abaa87583081ce64887134404ec1cbfd57 100644 |
--- a/Source/core/html/SearchInputType.cpp |
+++ b/Source/core/html/SearchInputType.cpp |
@@ -34,9 +34,9 @@ |
#include "HTMLInputElement.h" |
#include "HTMLNames.h" |
#include "InputTypeNames.h" |
-#include "KeyboardEvent.h" |
-#include "ShadowRoot.h" |
#include "TextControlInnerElements.h" |
+#include "core/dom/KeyboardEvent.h" |
+#include "core/dom/ShadowRoot.h" |
#include "core/rendering/RenderSearchField.h" |
#include <wtf/PassOwnPtr.h> |