Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index ba1fd76a3684780199b3bf526ba9af21c96acae9..03e8f6bf5efc7612fbd751813de16f72319f4d8b 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -24,8 +24,8 @@ |
#ifndef HTMLFormElement_h |
#define HTMLFormElement_h |
-#include "CheckedRadioButtons.h" |
#include "HTMLElement.h" |
+#include "core/dom/CheckedRadioButtons.h" |
#include "core/loader/FormState.h" |
#include "core/loader/FormSubmission.h" |
#include <wtf/OwnPtr.h> |