Index: Source/core/html/HTMLFormControlElementWithState.cpp |
diff --git a/Source/core/html/HTMLFormControlElementWithState.cpp b/Source/core/html/HTMLFormControlElementWithState.cpp |
index 2dc33c66df31f98b23d537c98b647590bed6fca6..0b62d22515551f451f44586544b6ca2d8f79df57 100644 |
--- a/Source/core/html/HTMLFormControlElementWithState.cpp |
+++ b/Source/core/html/HTMLFormControlElementWithState.cpp |
@@ -25,8 +25,8 @@ |
#include "config.h" |
#include "core/html/HTMLFormControlElementWithState.h" |
-#include "core/html/FormController.h" |
#include "core/html/HTMLFormElement.h" |
+#include "core/html/forms/FormController.h" |
#include "core/page/Chrome.h" |
#include "core/page/ChromeClient.h" |
#include "core/page/Frame.h" |