Index: third_party/WebKit/Source/core/html/forms/SpinButtonElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp b/third_party/WebKit/Source/core/html/forms/SpinButtonElement.cpp |
similarity index 99% |
rename from third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp |
rename to third_party/WebKit/Source/core/html/forms/SpinButtonElement.cpp |
index 4aa304ec7e2b444fec747e8503c9f40d155f8834..f5a2558a176f7bc2e5b0ecebbce3b458ae06e375 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/SpinButtonElement.cpp |
@@ -24,7 +24,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "core/html/shadow/SpinButtonElement.h" |
+#include "core/html/forms/SpinButtonElement.h" |
#include "core/HTMLNames.h" |
#include "core/dom/TaskRunnerHelper.h" |