Index: third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp b/third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp |
similarity index 99% |
rename from third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp |
rename to third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp |
index 484b3d58c19743a7dd68076cfdc7e18705c2932a..36f31be306fb4ce2fa56b5704decc0911951b2de 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/DateTimeEditElement.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp |
@@ -23,7 +23,7 @@ |
* SUCH DAMAGE. |
*/ |
-#include "core/html/shadow/DateTimeEditElement.h" |
+#include "core/html/forms/DateTimeEditElement.h" |
#include "bindings/core/v8/ExceptionState.h" |
#include "core/HTMLNames.h" |
@@ -31,8 +31,8 @@ |
#include "core/dom/StyleChangeReason.h" |
#include "core/dom/Text.h" |
#include "core/events/MouseEvent.h" |
+#include "core/html/forms/DateTimeFieldElements.h" |
#include "core/html/forms/DateTimeFieldsState.h" |
-#include "core/html/shadow/DateTimeFieldElements.h" |
#include "core/html/shadow/ShadowElementNames.h" |
#include "core/style/ComputedStyle.h" |
#include "core/style/StyleInheritedData.h" |