Index: Source/core/html/HTMLInputElement.cpp |
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp |
index f18fb138f3d4959701ddbd7d70c250fadf4a6bb6..3af7be0eac333bf93b1ce14d18930446f0c6ae65 100644 |
--- a/Source/core/html/HTMLInputElement.cpp |
+++ b/Source/core/html/HTMLInputElement.cpp |
@@ -71,10 +71,10 @@ |
#include "core/html/forms/SearchInputType.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
#include "core/html/shadow/ShadowElementNames.h" |
+#include "core/layout/LayoutTextControlSingleLine.h" |
#include "core/layout/LayoutTheme.h" |
#include "core/page/Chrome.h" |
#include "core/page/ChromeClient.h" |
-#include "core/rendering/RenderTextControlSingleLine.h" |
#include "platform/Language.h" |
#include "platform/PlatformMouseEvent.h" |
#include "platform/RuntimeEnabledFeatures.h" |