Index: Source/core/html/forms/NumberInputType.cpp |
diff --git a/Source/core/html/forms/NumberInputType.cpp b/Source/core/html/forms/NumberInputType.cpp |
index d728ca1652a65181947535c2a711e9b03360f88f..8f86e0725cd7653dd14fe2e1b2ad868b7d6c253e 100644 |
--- a/Source/core/html/forms/NumberInputType.cpp |
+++ b/Source/core/html/forms/NumberInputType.cpp |
@@ -39,7 +39,7 @@ |
#include "core/events/KeyboardEvent.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
-#include "core/rendering/RenderTextControl.h" |
+#include "core/layout/LayoutTextControl.h" |
#include "platform/text/PlatformLocale.h" |
#include "wtf/MathExtras.h" |
#include "wtf/PassOwnPtr.h" |